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
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.2.16 Simple Directmedia Layer SDL3 FUNCTIONS