Window.onMouseMove

機能/意味
Mouse moved
タイプ
Windowクラスのイベント
構文
onMouseMove(x, y, shift)
引数
x  The value of the x coordinate (in client coordinates) of the location where the mouse moved.
y  The value of the y coordinate (in client coordinates) of the position where the mouse 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.