| SDL_RemoveTimer(3) | SDL3 FUNCTIONS | SDL_RemoveTimer(3) |
SDL_RemoveTimer - Remove a timer created with SDL_AddTimer ().
Defined in SDL3/SDL_timer.h
#include "SDL3/SDL.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.
•(3), SDL_AddTimer(3)
| SDL 3.2.10 | Simple Directmedia Layer |