[][src]Function fermium::timer::SDL_GetTicks

pub unsafe extern "C" fn SDL_GetTicks() -> u32

Get the number of milliseconds since the SDL library initialization.

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