Layer.onMultiTouch

機能/意味
Multi-touch status changed
タイプ
Layerクラスのイベント
構文
onMultiTouch()
引数
なし
説明
 Occurs when a multi-touch state has started, moved, or moved away.
 Coordinate information can be obtained with the Window.touchPointCount property and Window.getTouchPoint method.
 This event fires on the layer that has focus.
参照
Window.getTouchPoint
Window.touchPointCount