Layer.onMouseMove

機能/意味
Mouse moved
タイプ
Layerクラスのイベント
構文
onMouseMove(x, y, shift)
引数
x  The value of the x coordinate (in the display coordinates of the layer) of the position where the mouse moved.
y  The y-coordinate value (in layer display coordinates) of the position where the mouse has moved.
shift  The state of the shift keys and mouse buttons that were pressed at the same time when the mouse was moving. It is a combination of the following values by bit OR.
ssAlt : ALT key was pressed
ssShift : SHIFT key was pressed
ssCtrl : CTRL key was pressed
ssLeft : Left mouse button was pressed
ssMiddle : The middle mouse button was pressed
ssRight : The right mouse button was pressed
説明
 Occurs when the mouse moves.