SDL  2.0
SDL_EventWatcher Struct Reference
+ Collaboration diagram for SDL_EventWatcher:

Data Fields

SDL_EventFilter callback
 
voiduserdata
 
SDL_bool removed
 

Detailed Description

Definition at line 41 of file SDL_events.c.

Field Documentation

◆ callback

SDL_EventFilter SDL_EventWatcher::callback

◆ removed

SDL_bool SDL_EventWatcher::removed

Definition at line 44 of file SDL_events.c.

Referenced by SDL_AddEventWatch(), SDL_DelEventWatch(), and SDL_PushEvent().

◆ userdata

void* SDL_EventWatcher::userdata

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