Layer.onMultiTouch

Function/Meaning

Multi-touch state changed

Type
LayerclassEvent
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.
This event occurs on the layer with focus.

Reference
Window.getTouchPoint
Window.touchPointCount