#include "SDL_stdinc.h"#include "SDL_error.h"#include "begin_code.h"#include "close_code.h"Go to the source code of this file.
Defines | |
| #define | SDL_TIMESLICE 10 |
| #define | TIMER_RESOLUTION 10 |
Typedefs | |
| typedef void * | param |
| typedef struct _SDL_TimerID * | SDL_TimerID |
Functions | |
| DECLSPEC Uint32 SDLCALL | SDL_GetTicks (void) |
| DECLSPEC void SDLCALL | SDL_Delay (Uint32 ms) |
| typedef | Uint32 (SDLCALL *SDL_TimerCallback)(Uint32 interval) |
| DECLSPEC int SDLCALL | SDL_SetTimer (Uint32 interval, SDL_TimerCallback callback) |
| DECLSPEC SDL_TimerID SDLCALL | SDL_AddTimer (Uint32 interval, SDL_NewTimerCallback callback, void *param) |
| DECLSPEC SDL_bool SDLCALL | SDL_RemoveTimer (SDL_TimerID t) |
1.5.8