how can I use Multitouch.inputMode=MultitouchInputMode.GESTURE & Multitouch.inputMode=MultitouchInputMode.TOUCH_POINT; together?
All my buttons need TOUCH_TAP, but some of the object like gallery I need some gesture like swipe/flick.
I've try to put both GESTURE & TOUCH_POINT in my Main constructor but it seem the multitouch is not function anymore.
Any solutions/suggestion?