Enum Class Keyboard.Key

java.lang.Object
java.lang.Enum<Keyboard.Key>
swingtree.input.Keyboard.Key
All Implemented Interfaces:
Serializable, Comparable<Keyboard.Key>, Constable
Enclosing class:
Keyboard

public static enum Keyboard.Key extends Enum<Keyboard.Key>
This enum represents all the keys on the keyboard which can be queried for their current state. This is a mapping of the KeyEvent constants to a more readable and type safe enum.