Function sdl2_sys::SDL_GetTicks

source ·
pub unsafe extern "C" fn SDL_GetTicks() -> Uint32
Expand description

\brief Get the number of milliseconds since the SDL library initialization.

\note This value wraps if the program runs for more than ~49 days.