Android Question [SOLVED] GestureDetector

JMB

Active Member
Licensed User
Longtime User
Completely confused.

I've been playing with the GestureDetector library.

I create a panel, add a Gesture Detector to it and add a sub to respond to OnPointerDown - nothing

I add a sub to respond to OnDown - it detects the gesture but the X and Y resolutely stay at 0.

I have played with the examples, and cannot see why these two simple subs don't return anything.

Any help gratefully received.

Thank you.

JMB
 
Top