Event.KeyboardEvent

The Keyboard Event structure.

Members

Aliases

key
alias key = code
Undocumented in source.

Variables

code
Keyboard.Code code;

The Key which is released or pressed.

mod
Keyboard.Mod mod;

The Key modifier.

repeat
bool repeat;

true, if this is a key repeat.

scancode
Keyboard.ScanCode scancode;

The Key which is released or pressed.

state
Keyboard.State state;

Keyboard State. See: Dgame.Input.Keyboard.

Meta