1SDL_GetTicks(3) SDL API Reference SDL_GetTicks(3)
23
4
NAME
6SDL_GetTicks - Get the number of milliseconds since the SDL library
7initialization.
8
SYNOPSIS
10#include "SDL.h"
1112
Uint32 SDL_GetTicks(void)
13
DESCRIPTION
15Get the number of milliseconds since the SDL library initialization.
16Note that this value wraps if the program runs for more than ~49 days.
17
SEE ALSO
19SDL_Delay
2021
22
23
SDL Tue 11 Sep 2001, 23:01 SDL_GetTicks(3)