Window.onMultiTouch

Function/Meaning

Multi-touch state changed

Type
WindowclassEvent
Syntax
onMultiTouch()
Arguments
Return value
None (void)
Explanation

Occurs when the multi-touch state starts, moves, or moves away.
Coordinate information can be obtained with the Window.touchPointCount property and the Window.getTouchPoint method.

Reference
Window.getTouchPoint
Window.touchPointCount