KeyboardEvent

The Keyboard Event structure.

Members

Aliases

code
alias code = key

An alias

Variables

isPressed
bool isPressed;

true, if the key is pressed

isRepeat
bool isRepeat;

true, if this is a key repeat.

key
Keyboard.Key key;

The Key which is released or pressed.

mod
Keyboard.Mod mod;

The Key modifier.

Meta