SDL_RemoveTimer - Man Page
Remove a timer created with SDL_AddTimer().
Synopsis
#include <SDL3/SDL_timer.h> bool SDL_RemoveTimer(SDL_TimerID id);
Function Parameters
- id
the ID of the timer to remove.
Return Value
Returns true on success or false on failure; call SDL_GetError() for more information.
Thread Safety
It is safe to call this function from any thread.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL_AddTimer(3), SDL_AddTimerNS(3).
SDL 3.3.2 Simple Directmedia Layer SDL3 FUNCTIONS