Window.onTouchRotate

Function/Meaning
Rotation operation performed
Type
Event of the Window class
Syntax
onTouchRotate(startangle, currentangle, distance, cx, cy, flag)
Arguments
startangle The radian angle when the multi-touch 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 x-coordinate of the center position (in client coordinates).
cy The y-coordinate of the center position (in client coordinates).
flag Multi-touch state flag.
0x01 : Set for the first event when multi-touch starts.
Description
Occurs when a rotation operation is performed via multi-touch on the touch panel.