[][src]Function fermium::timer::SDL_RemoveTimer

pub unsafe extern "C" fn SDL_RemoveTimer(id: SDL_TimerID) -> SDL_bool

Remove a timer by ID.

Returns: A boolean value indicating success or failure.

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