SDL  2.0
_SDL_TimerMap Struct Reference
+ Collaboration diagram for _SDL_TimerMap:

Data Fields

int timerID
 
SDL_Timer * timer
 
struct _SDL_TimerMapnext
 

Detailed Description

Definition at line 42 of file SDL_timer.c.

Field Documentation

◆ next

struct _SDL_TimerMap* _SDL_TimerMap::next

Definition at line 46 of file SDL_timer.c.

◆ timer

SDL_Timer* _SDL_TimerMap::timer

Definition at line 45 of file SDL_timer.c.

◆ timerID

int _SDL_TimerMap::timerID

Definition at line 44 of file SDL_timer.c.


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