1SDL_GetTicks(3)                SDL API Reference               SDL_GetTicks(3)
2
3
4

NAME

6       SDL_GetTicks  -  Get  the  number of milliseconds since the SDL library
7       initialization.
8

SYNOPSIS

10       #include "SDL.h"
11
12       Uint32 SDL_GetTicks(void)
13

DESCRIPTION

15       Get the number of milliseconds since the  SDL  library  initialization.
16       Note that this value wraps if the program runs for more than ~49 days.
17

SEE ALSO

19       SDL_Delay
20
21
22
23SDL                         Tue 11 Sep 2001, 23:01             SDL_GetTicks(3)
Impressum