libtcod
Loading...
Searching...
No Matches
Deprecated List
Member TCOD_ContextParams::tcod_version
Deprecated since 2.0. You must no longer assign anything to this.
Member TCOD_DEPRECATED_ENUM
Modern libtcod programs should always uses the Unicode codepoint of special characters and never this enum.
Member TCOD_key_t
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.
Member TCOD_key_t::c
The nature of this attribute makes it unsuitable for both printable keys and standard key inputs. Use SDL events instead to differentiate between keycodes, symbols, printable characters.
Member TCOD_keycode_t
Using libtcod for events means only a limited set of keys are available. Use SDL for events to access a complete range of keys.
Member TCOD_List
This object is deprecated in favor of more standard tools. In C a library such as stb_ds.h should be used where a lower level interface isn't possible.
Member TCOD_mouse_t
The libtcod mouse 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 mouse and keyboard events.
Class TCODList< T >
All instances of TCODList should be replaced with std::vector where possible.