SDL Wiki
(This is the legacy documentation for SDL2, the previous stable version; SDL3 is the current stable version.)

SDL_RemoveTimer

Remove a timer created with SDL_AddTimer().

Header File

Defined in SDL_timer.h

Syntax

SDL_bool SDL_RemoveTimer(SDL_TimerID id);

Function Parameters

SDL_TimerID id the ID of the timer to remove.

Return Value

(SDL_bool) Returns SDL_TRUE if the timer is removed or SDL_FALSE if the timer wasn't found.

Version

This function is available since SDL 2.0.0.

See Also


CategoryAPI, CategoryAPIFunction, CategoryTimer


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.