TCOD_key_t

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

c
char c;
Undocumented in source.
lalt
bool lalt;
Undocumented in source.
lctrl
bool lctrl;
Undocumented in source.
lmeta
bool lmeta;
Undocumented in source.
pressed
bool pressed;
Undocumented in source.
ralt
bool ralt;
Undocumented in source.
rctrl
bool rctrl;
Undocumented in source.
rmeta
bool rmeta;
Undocumented in source.
shift
bool shift;
Undocumented in source.
text
char[TCOD_KEY_TEXT_SIZE] text;
Undocumented in source.
vk
TCOD_keycode_t vk;
Undocumented in source.

Meta