Layer.onTouchRotate

機能/意味
Rotated
タイプ
Layerクラスのイベント
構文
onTouchRotate(startangle, currentangle, distance, cx, cy, flag)
引数
startangle  The radian angle when multi-touch was started.
currentangle  The radian angle of the touch when the event occurred.
distance  The pixel distance of the touch when the event occurred.
cx  The value of the x coordinate (in client coordinates) of the center location.
cy  The value of the y-coordinate (in client coordinates) of the center location.
flag  Multi-touch status flag.
0x01 : Set to the first event when multi-touch is started.
説明
 Occurs when rotating by multi-touch on the touch panel.
 This event fires on the layer that has focus.