Drag[en]gine Script Module DragonScript
1.23
|
InputEvent mouse button. More...
Static Public Attributes | |
static final int | left = 0 |
No modifier. More... | |
static final int | middle = 2 |
Control modifier. More... | |
static final int | right = 1 |
Shift modifier. More... | |
InputEvent mouse button.
Non-exhaustive list of constants covering the important mouse buttons left, middle and right (or primary, secondary and tertiary on some system). Mouse devices can send events with mouse buttons of higher value than those named above so be prepared to see those.
|
static |
No modifier.
|
static |
Control modifier.
|
static |
Shift modifier.