SDL  2.0
_SDL_EventEntry Struct Reference
+ Collaboration diagram for _SDL_EventEntry:

Data Fields

SDL_Event event
 
SDL_SysWMmsg msg
 
struct _SDL_EventEntryprev
 
struct _SDL_EventEntrynext
 

Detailed Description

Definition at line 67 of file SDL_events.c.

Field Documentation

◆ event

SDL_Event _SDL_EventEntry::event

Definition at line 69 of file SDL_events.c.

◆ msg

SDL_SysWMmsg _SDL_EventEntry::msg

Definition at line 70 of file SDL_events.c.

◆ next

struct _SDL_EventEntry* _SDL_EventEntry::next

Definition at line 72 of file SDL_events.c.

◆ prev

struct _SDL_EventEntry* _SDL_EventEntry::prev

Definition at line 71 of file SDL_events.c.


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