笔记二 air android处理用户交互

1、触摸和手势的区别:单个和多个 touchEvent和gestureEvent

Multitouch.supportsTouchEvents 是否支持触摸事件

Multitouch.inputMode = MultitouchInputMode.Touch_POINT; //GESTURE

2、

原文地址:https://www.cnblogs.com/tinytiny/p/3012360.html