Hi all.
I have an image responding to touch events:
myImage:addEventListener (“touch”, onTouch)
The image can be dragged. How can I cancel a drag/move event while the user is moving the image?
Hi all.
I have an image responding to touch events:
myImage:addEventListener (“touch”, onTouch)
The image can be dragged. How can I cancel a drag/move event while the user is moving the image?