[ type ] MouseMotionEvent
Description:
Mouse motion event received by the onMouseMotion() handler callback.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
object | The component that triggered the event. |
|
string | One of |
|
number | Button number. One of |
|
number | Keyboard modifiers (bitmask or flags). |
|
number | Mouse X position relative to the component. |
|
number | Mouse Y position relative to the component. |
|
number | Mouse X position relative to the screen. |
|
number | Mouse Y position relative to the screen. |
