public interface ButtonEvent
Buttons
device.Modifier and Type | Field and Description |
---|---|
static int |
LONG_PRESSED
The "long pressed" action (button pressed for a "long" time).
|
static int |
PRESSED
The "pressed" action.
|
static int |
RELEASED
The "released" action.
|
static int |
UNKNOWN
The default action.
|
static final int LONG_PRESSED
static final int PRESSED
static final int RELEASED
static final int UNKNOWN