Package xyz.cp74.evdev
Interface KeyState
-
public interface KeyStateKeyStates are the possible values of an event from a key.- Author:
- Christian Paul
-
-
Field Detail
-
RELEASED
static final int RELEASED
- See Also:
- Constant Field Values
-
PRESSED
static final int PRESSED
- See Also:
- Constant Field Values
-
REPEATED
static final int REPEATED
- See Also:
- Constant Field Values
-
-