Struct MouseEvent
.
struct MouseEvent
;
Fields
Name | Type | Description |
---|---|---|
buttons
|
uint | A mask of Button |
eventType
|
MouseEvent | . |
modifierState
|
uint | shift, ctrl, alt, meta, altgr. Not always available. Always check by using modifierState & ModifierState.something |
x
|
int | 0 == left side |
y
|
int | 0 == top |
Enums
Name | Description |
---|---|
Button
|
. |
Type
|
. |