Question
How can i get different touch states or gestures like up, down or pressed?
I implemented the sampleTouch function and so far it's possible to click a gui button. I tried touchgfx examples where you can press a button and it stays in pressed state. In my project every sampleTouch call gives a single touch event. Also drag is not working.
Would it be possible to create custom touch events?