SDL_GetTicks
Get the number of milliseconds since the SDL library initialization.
- Provided by: libsdl1.2-dev (Version: 1.2.15+dfsg2-5)
- Source: libsdl1.2
- Report a bug
Get the number of milliseconds since the SDL library initialization.
#include "SDL.h"
Uint32 SDL_GetTicks(void)
Get the number of milliseconds since the SDL library initialization. Note that this value wraps if the program runs for more than ~49 days.
SDL_Delay