SDL_RemoveTimer
Remove a timer created with SDL_AddTimer().
- Provided by: libsdl3-doc (Version: 3.4.2+ds-1ubuntu1)
- Source: libsdl3
- Report a bug
Remove a timer created with SDL_AddTimer().
#include <SDL3/SDL_timer.h>
bool SDL_RemoveTimer(SDL_TimerID id);
Returns true on success or false on failure; call SDL_GetError() for more information.
It is safe to call this function from any thread.
This function is available since SDL 3.2.0.