Touch gestures - e.g swipe, double-tap etc

Monkey Forums/Monkey Programming/Touch gestures - e.g swipe, double-tap etc

silentshark(Posted 2012) [#1]
Hi all,

what are people using for detection of touch gestures in Monkey? I'm looking to detect the user "swiping", and wanted to see what others think before hacking some code around.

Cheers.


Volker(Posted 2012) [#2]
Take a look at diddy. It has support for some of this things.
In the Screen class Method OnTouchFling() for example.