Skip to main content
AMS22
Associate
August 2, 2022
Question

Gesture Events detection and handling

  • August 2, 2022
  • 1 reply
  • 773 views

Hello,

I am working on gesture events and getting a little bit confused.

So, there is a method called sampleTouch that continuously checks if any new touch events are triggered (and used later on for example for click actions).

So my question is:

How to TouchGFX knows that a gesture is triggered:

1- is TouchGFX able to do that independently: for example, by comparing the latest coordinates that were touched?

OR

2- Do we need to tell touchGFX that there is a new gesture event (triggered from the controller driver): if yes, how to do this: I mean, is there any method like sampleTouch that is polling and fetching for new gestures ... ?

Thanks

This topic has been closed for replies.

1 reply

AMS22
AMS22Author
Associate
August 9, 2022

Any feedback please !