Function sdl2_sys::SDL_RemoveTimer
source · pub unsafe extern "C" fn SDL_RemoveTimer(id: SDL_TimerID) -> SDL_bool
Expand description
Remove a timer created with SDL_AddTimer().
\param id the ID of the timer to remove \returns SDL_TRUE if the timer is removed or SDL_FALSE if the timer wasn’t found.
\since This function is available since SDL 2.0.0.
\sa SDL_AddTimer