Window.onTouchDown

機能/意味
Screen touched
タイプ
Windowクラスのイベント
構文
onTouchDown(x, y, cx, cy, id)
引数
x  The value of the x coordinate (in client coordinates) of the touched location.
y  The value of the y coordinate (in client coordinates) of the touched location.
cx  The number of horizontal pixels the finger is touching.
 Always 1 if the device is not compatible.
cy  The number of vertical pixels the finger is touching.
 Always 1 if the device is not compatible.
id  Touch ID.
 At the time of multi-touch, a unique value is set for each position, and the position can be identified by this ID.
説明
 Occurs when the touch panel is touched.