[ type ] MouseEvent
Description:
Mouse event received by the onMouseEvents() handler callback.
Type: Object
Properties:
| Name | Type | Description |
|---|---|---|
|
object | The component that triggered the event. |
|
string | One of |
|
number | Button number. One of |
|
number | Number of times the button was clicked. Present when applicable. |
|
number | Keyboard modifiers (bitmask or flags). |
|
boolean | Indicates if ALT key was pressed. |
|
boolean | Indicates if SHIFT key was pressed. |
|
boolean | Indicates if CTRL key was pressed. |
|
number | Mouse X position relative to the component. Present when applicable. |
|
number | Mouse Y position relative to the component. Present when applicable. |
|
number | Mouse X position relative to the screen. Present when applicable. |
|
number | Mouse Y position relative to the screen. Present when applicable. |
