Remove a timer created with SDL_AddTimer().
Defined in SDL_timer.h
SDL_bool SDL_RemoveTimer(SDL_TimerID id);
SDL_TimerID | id | the ID of the timer to remove. |
(SDL_bool) Returns SDL_TRUE if the timer is removed or SDL_FALSE if the timer wasn't found.
This function is available since SDL 2.0.0.