Layer.setCursorPos

機能/意味
Specify mouse cursor position
タイプ
Layerクラスのメソッド
構文
setCursorPos(x, y)
引数
x  Specifies the x-coordinate value (in pixels) of the mouse cursor (in the display coordinates of this layer).
 This value can also be set / get with the Layer.cursorX property.
y  Specifies the y-coordinate value of the mouse cursor (in the display coordinates of this layer) in pixels.
 This value can also be set / get with the Layer.cursorX property.
戻り値
なし (void)
説明
 Specify the position of the mouse cursor.