44TCOD_DEPRECATED(
"Use SDL_ShowCursor to handle the mouse cursor.")
45TCODLIB_API
void TCOD_mouse_show_cursor(
bool visible);
47TCODLIB_BEGIN_IGNORE_DEPRECATIONS
48TCOD_DEPRECATED(
"Use SDL_GetMouseState to check the mouse state.")
50TCODLIB_END_IGNORE_DEPRECATIONS
52TCOD_DEPRECATED(
"Use SDL_ShowCursor to check the mouse cursor.")
53TCODLIB_API
bool TCOD_mouse_is_cursor_visible(
void);
55TCOD_DEPRECATED(
"Use SDL_WarpMouseInWindow to move mouse cursor instead.")
56TCODLIB_API
void TCOD_mouse_move(
int x,
int y);
58TCOD_DEPRECATED_NOMESSAGE
59TCODLIB_API
void TCOD_mouse_includes_touch(
bool enable);
Mouse state provided by the libtcod event system.
Miscellaneous tools needed across platforms.
Mouse state provided by the libtcod event system.
Definition mouse_types.h:50