Function sdl2_sys::SDL_RemoveTimer

source ·
pub unsafe extern "C" fn SDL_RemoveTimer(id: SDL_TimerID) -> SDL_bool
Expand description

\brief Remove a timer knowing its ID.

\return A boolean value indicating success or failure.

\warning It is not safe to remove a timer multiple times.