Typedef TCOD_key_t

Typedef Documentation

typedef struct TCOD_key_t TCOD_key_t

Libtcod key event data, as a keycode or text character.

Deprecated:

The libtcod keyboard state has several known issues such as missing or broken functionality. In its current state it exists only for backwards compatibility. These issues should be resolved by using SDL directly for keyboard events.