Function fermium::timer::SDL_AddTimer

source ·
pub unsafe extern "C" fn SDL_AddTimer(
    interval: u32,
    callback: SDL_TimerCallback,
    param: *mut c_void
) -> SDL_TimerID
Expand description

Add a new timer to the pool of timers already running.

Returns: A timer ID, or 0 when an error occurs.