Window.onMultiTouch

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