getTicks

Wraps SDL_GetTicks or SDL_GetTicks64 on SDL 2.0.18 which gets the time since the SDL library was initialized in milliseconds

@safe @trusted
ulong
getTicks
()

Return Value

Type: ulong

milliseconds since the initialization of the SDL library

Meta