KeyboardEvent

Keyboard Events are called when a key is pressed or released while currentScreen is null.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

The key code is the LWJGL2 key code for the key being pressed.

Link copied to clipboard

The key state indicates whether the key is being pressed (true) or released (false).