public enum MouseButton extends java.lang.Enum<MouseButton>
Modifier and Type | Field and Description |
---|---|
static MouseButton[] |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
static MouseButton |
getButton(int id)
Gets the
MouseButton from the event code. |
int |
getCode()
Gets the code for this
MouseButton . |
static MouseButton |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MouseButton[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MouseButton LEFT
public static final MouseButton RIGHT
public static final MouseButton MIDDLE
public static final MouseButton UNKNOWN
public static MouseButton[] DEFAULT
public static MouseButton[] values()
for (MouseButton c : MouseButton.values()) System.out.println(c);
public static MouseButton valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getCode()
MouseButton
.public static MouseButton getButton(int id)
MouseButton
from the event code.id
- the id