Function sdl2_sys::SDL_AddTimer
source ยท pub unsafe extern "C" fn SDL_AddTimer(
interval: Uint32,
callback: SDL_TimerCallback,
param: *mut c_void,
) -> SDL_TimerID
Expand description
\brief Add a new timer to the pool of timers already running.
\return A timer ID, or 0 when an error occurs.