public class Button
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static Button |
ESCAPE
A reference to the escape button.
|
Constructor and Description |
---|
Button() |
Modifier and Type | Method and Description |
---|---|
boolean |
isDown()
Returns true, if the button was pressed.
|
boolean |
isPressed()
Returns true, if the button was pressed.
|
public static Button ESCAPE