Starsector API
|
Static Public Attributes | |
static final int | LEFT = 0 |
static final int | RIGHT = 1 |
static final int | MIDDLE = 2 |
The values returned by the LWJGL input library for the mouse buttons.
The value of InputEvent will be set to one of these (0, 1, 2) or a larger number if its a different mouse button. These are simply provided for convenience, and are not strictly necessary.
Definition at line 13 of file InputEventMouseButton.java.
|
static |
Definition at line 15 of file InputEventMouseButton.java.
|
static |
Definition at line 17 of file InputEventMouseButton.java.
|
static |
Definition at line 16 of file InputEventMouseButton.java.