SDL/src/sensor
Sam Lantinga 66351fd4ba Replace tri-state functions SDL_EventState(), SDL_GetJoystickEventState(), SDL_GetGamepadEventState(), SDL_ShowCursor()
`SDL_QUERY`, `SDL_IGNORE`, `SDL_ENABLE`, and `SDL_DISABLE` have been removed.

SDL_EventState() has been replaced with SDL_SetEventEnabled()
SDL_GetEventState() has been replaced with SDL_EventEnabled()
SDL_GameControllerEventState has been replaced with SDL_SetGamepadEventsEnabled() and SDL_GamepadEventsEnabled()
SDL_JoystickEventState has been replaced with SDL_SetJoystickEventsEnabled() and SDL_JoystickEventsEnabled()

SDL_ShowCursor() has been split into three functions: SDL_ShowCursor(), SDL_HideCursor(), and SDL_CursorVisible()

Fixes https://github.com/libsdl-org/SDL/issues/6929
2022-12-28 17:49:34 -08:00
..
android SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00
coremotion SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00
dummy Removed the vi format comments from the source 2022-12-26 11:17:23 -08:00
n3ds SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00
vita SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00
windows SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00
SDL_sensor.c Replace tri-state functions SDL_EventState(), SDL_GetJoystickEventState(), SDL_GetGamepadEventState(), SDL_ShowCursor() 2022-12-28 17:49:34 -08:00
SDL_sensor_c.h Updated gamepad, joystick, sensor APIs, removing device indices 2022-12-28 13:10:27 -08:00
SDL_syssensor.h SDL API renaming: internal functions 2022-12-27 15:05:51 -08:00