Keyboard

Give access to the real-time state of the keyboard.

final abstract
class Keyboard {}

Members

Enums

Key
enum Key

Key codes.

Static functions

isKeyPressed
bool isKeyPressed(Key key)

Check if a key is pressed. *

Meta