SDL
2.0
|
Data Fields | |
int | timerID |
SDL_TimerCallback | callback |
void * | param |
Uint32 | interval |
Uint32 | scheduled |
SDL_atomic_t | canceled |
struct _SDL_Timer * | next |
Definition at line 31 of file SDL_timer.c.
SDL_TimerCallback _SDL_Timer::callback |
Definition at line 34 of file SDL_timer.c.
SDL_atomic_t _SDL_Timer::canceled |
Definition at line 38 of file SDL_timer.c.
Uint32 _SDL_Timer::interval |
Definition at line 36 of file SDL_timer.c.
struct _SDL_Timer* _SDL_Timer::next |
Definition at line 39 of file SDL_timer.c.
void* _SDL_Timer::param |
Definition at line 35 of file SDL_timer.c.
Uint32 _SDL_Timer::scheduled |
Definition at line 37 of file SDL_timer.c.
int _SDL_Timer::timerID |
Definition at line 33 of file SDL_timer.c.