Package dev.kyzel.utils
Class Keyboard.Key
java.lang.Object
dev.kyzel.utils.Keyboard.Key
- Enclosing class:
- Keyboard
The class that holds properties of a key.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
down
public boolean downA variable to see if the key is pressed down. -
pressed
public boolean pressedA variable to see if the key is pressed. -
last
public boolean lastA variable to check the last state of the key.
-
-
Constructor Details
-
Key
public Key()Creates a new Key.
-