actionscript 3 - Does anyone know how to disable the swipe gesture in Flash Action Script 3 -


i want disable swipe gesture android flash based game doesn't cause jump next or previous frame.

thanks.

set multitouch.inputmode = multitouchinputmode.none @ point in program want disabed.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -