Function fermium::timer::SDL_RemoveTimer

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

Remove a timer by ID.

Returns: A boolean value indicating success or failure.

Warning: It is not safe to remove a timer multiple times.