Keyboard Events are called when a key is pressed or released while currentScreen is null.
null
The key code is the LWJGL2 key code for the key being pressed.
The key state indicates whether the key is being pressed (true) or released (false).
true
false