Function SDL_Delay

pub unsafe extern "C" fn SDL_Delay(ms: u32)
Available on crate feature dep_sdl2 only.
Expand description

Wait a specified number of milliseconds before returning.

This function waits a specified number of milliseconds before returning. It waits at least the specified time, but possibly longer due to OS scheduling.

\param ms the number of milliseconds to delay

\since This function is available since SDL 2.0.0.