Function SDL_RemoveTimer

pub unsafe extern "C" fn SDL_RemoveTimer(id: i32) -> SDL_bool
Available on crate feature dep_sdl2 only.
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