Window.onTouchScaling

Function/Meaning
Scaling operation performed
Type
Window class event
Syntax
onTouchScaling(startdistance, currentdistance, cx, cy, flag)
Arguments
startdistance The pixel distance when multi-touch was started.
currentdistance 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 scaling operation is performed via multi-touch on a touch panel.