interface
GrabHitEvent
Event generated while grabbing a hit region.
- Properties
- altKey, clientX, clientY, ctrlKey, deltaX, deltaY, metaKey, movementX, movementY, shiftKey, x, y
Properties
- altKey
Indicates whether the alt/option key was pressed.
- Type:
-
boolean
- clientX
X-axis coordinate of the mouse pointer (relative to the client area).
- Type:
-
number
- clientY
Y-axis coordinate of the mouse pointer (relative to the client area).
- Type:
-
number
- ctrlKey
Indicates whether the ctrl key was pressed.
- Type:
-
boolean
- deltaX
Delta movement on the X-axis, relative to the grab start point.
- Type:
-
number
- deltaY
Delta movement on the Y-axis, relative to the grab start point.
- Type:
-
number
- metaKey
Indicates whether the meta key was pressed.
- Type:
-
boolean
- movementX
Movement on the X-axis, relative to the previous mousemove event.
- Type:
-
number
- movementY
Movement on the Y-axis, relative to the previous mousemove event.
- Type:
-
number
- shiftKey
Indicates whether the shift key was pressed.
- Type:
-
boolean
- x
X-axis coordinate relative to the Canvas.
- Type:
-
number
- y
Y-axis coordinate relative to the Canvas.
- Type:
-
number