DRAFT |
SDL_SDL_GetTicks
Use this function to get the number of milliseconds since the SDL library initialization.
Syntax
Uint32 SDL_GetTicks(void)
Return Value
A 32-bit value representing the number of milliseconds since the SDL library initialized. ???
Code Examples
You can add your code example here
Remarks
Note that this value wraps if the program runs for more than ~49 days.
