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.
Referenced by SDL_AddTimer(), and SDL_TimerThread().
SDL_atomic_t SDL_Timer::canceled |
Definition at line 38 of file SDL_timer.c.
Referenced by SDL_AddTimer(), SDL_RemoveTimer(), and SDL_TimerThread().
Uint32 SDL_Timer::interval |
Definition at line 36 of file SDL_timer.c.
Referenced by SDL_AddTimer(), and SDL_TimerThread().
struct _SDL_Timer* SDL_Timer::next |
Definition at line 39 of file SDL_timer.c.
Referenced by SDL_AddTimer(), SDL_AddTimerInternal(), SDL_TimerQuit(), and SDL_TimerThread().
void* SDL_Timer::param |
Definition at line 35 of file SDL_timer.c.
Referenced by SDL_AddTimer(), and SDL_TimerThread().
Uint32 SDL_Timer::scheduled |
Definition at line 37 of file SDL_timer.c.
Referenced by SDL_AddTimer(), SDL_AddTimerInternal(), and SDL_TimerThread().
int SDL_Timer::timerID |
Definition at line 33 of file SDL_timer.c.
Referenced by SDL_AddTimer().