ALLEGRO_KEYBOARD_EVENT

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nothrow @nogc extern (C)
struct ALLEGRO_KEYBOARD_EVENT {}

Members

Variables

display
ALLEGRO_DISPLAY* display;
Undocumented in source.
keycode
int keycode;
Undocumented in source.
modifiers
uint modifiers;
Undocumented in source.
repeat
bool repeat;
Undocumented in source.
unichar
int unichar;
Undocumented in source.

Meta