Function fermium::timer::SDL_GetTicks

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

Get the number of milliseconds since the SDL library initialization.

Note: This value wraps if the program runs for more than ~49 days.