Searched defs:SDL_Event (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_events.h227 typedef union SDL_Event { union
242 } SDL_Event; typedef in typeref:union:SDL_Event
277 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event *events, int numevents,
284 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event *event);
290 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event *event);
296 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event *event);
300 typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event);
306 * @code typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event); @endcode

Completed in 77 milliseconds