The MultitouchInputMode object provides values for the inputMode property in the Multitouch object. These values set the type of touch events the application runtime dispatches when the user interacts with a touch-enabled device.


Lib.Media.UI.MultitouchInputMode.GESTURE

Specifies that TransformGestureEvent, PressAndTapGestureEvent, and GestureEvent events are dispatched for the related user interaction supported by the current environment, and other touch events (such as a simple tap) are interpreted as mouse events. (currently not supported)

Lib.Media.UI.MultitouchInputMode.NONE

Specifies that all user contact with a touch-enabled device is interpreted as a type of mouse event.

Lib.Media.UI.MultitouchInputMode.TOUCH_POINT

Specifies that events are dispatched only for basic touch events, such as a single finger tap.

Created with the Personal Edition of HelpNDoc: Free Web Help generator