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