SDL  2.0
SDL_EventEntry Struct Reference
+ Collaboration diagram for SDL_EventEntry:

Data Fields

SDL_Event event
 
SDL_SysWMmsg msg
 
struct _SDL_EventEntry * prev
 
struct _SDL_EventEntry * next
 

Detailed Description

Definition at line 59 of file SDL_events.c.

Field Documentation

SDL_Event SDL_EventEntry::event

Definition at line 61 of file SDL_events.c.

Referenced by SDL_AddEvent(), SDL_FilterEvents(), SDL_FlushEvents(), and SDL_PeepEvents().

SDL_SysWMmsg SDL_EventEntry::msg

Definition at line 62 of file SDL_events.c.

Referenced by SDL_AddEvent().

struct _SDL_EventEntry* SDL_EventEntry::next
struct _SDL_EventEntry* SDL_EventEntry::prev

Definition at line 63 of file SDL_events.c.

Referenced by SDL_AddEvent(), and SDL_CutEvent().


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