SDL_GetTicks

Get the number of milliseconds that have elapsed since the SDL library initialization.

extern (C) nothrow @nogc extern
ulong
SDL_GetTicks
()

Return Value

Type: ulong

An unsigned 64‑bit integer that represents the number of milliseconds that have elapsed since the SDL library was initialized (typically via a call to SDL_Init).

Threadsafety: It is safe to call this function from any thread.

Meta