Package com.fs.starfarer.api.input
Interface InputEventMouseButton
public interface InputEventMouseButton
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.
- Author:
- Alex Mosolov
-
Field Summary
Fields
-
Field Details
-
LEFT
static final int LEFT- See Also:
-
RIGHT
static final int RIGHT- See Also:
-
MIDDLE
static final int MIDDLE- See Also:
-