SDL  2.0
_SDL_Timer Struct Reference
+ Collaboration diagram for _SDL_Timer:

Data Fields

int timerID
 
SDL_TimerCallback callback
 
voidparam
 
Uint32 interval
 
Uint32 scheduled
 
SDL_atomic_t canceled
 
struct _SDL_Timernext
 

Detailed Description

Definition at line 31 of file SDL_timer.c.

Field Documentation

◆ callback

SDL_TimerCallback _SDL_Timer::callback

Definition at line 34 of file SDL_timer.c.

◆ canceled

SDL_atomic_t _SDL_Timer::canceled

Definition at line 38 of file SDL_timer.c.

◆ interval

Uint32 _SDL_Timer::interval

Definition at line 36 of file SDL_timer.c.

◆ next

struct _SDL_Timer* _SDL_Timer::next

Definition at line 39 of file SDL_timer.c.

◆ param

void* _SDL_Timer::param

Definition at line 35 of file SDL_timer.c.

◆ scheduled

Uint32 _SDL_Timer::scheduled

Definition at line 37 of file SDL_timer.c.

◆ timerID

int _SDL_Timer::timerID

Definition at line 33 of file SDL_timer.c.


The documentation for this struct was generated from the following file: