Function SDL_GetTicks

pub unsafe extern "C" fn SDL_GetTicks() -> u64
Available on crate feature dep_sdl3 only.
Expand description

Get the number of milliseconds since SDL library initialization.

§Return value

Returns an unsigned 64-bit value representing the number of milliseconds since the SDL library initialized.

§Thread safety

It is safe to call this function from any thread.

§Availability

This function is available since SDL 3.2.0.