KeyboardEvent

keyboard event wrap

Members

Enums

Mod
enum Mod

Modificators (SHIFT, ALT etc)

Scan
enum Scan

scan code (based on SDL2)

Variables

key
uint key;
mod
Mod mod;
pressed
bool pressed;

is key pressed

repeat
bool repeat;

is this event a repeat

scan
Scan scan;

Meta