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

/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
H A DSDL_events.h498 typedef union SDL_Event union
533 } SDL_Event; typedef in typeref:union:SDL_Event
573 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
598 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
608 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
620 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
629 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
631 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
639 * int SDL_EventFilter(void *userdata, SDL_Event * event);
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
H A DSDL_events.h498 typedef union SDL_Event union
533 } SDL_Event; typedef in typeref:union:SDL_Event
573 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
598 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
608 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
620 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
629 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
631 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
639 * int SDL_EventFilter(void *userdata, SDL_Event * event);
/prebuilts/misc/windows/sdl2/include/
H A DSDL_events.h498 typedef union SDL_Event union
533 } SDL_Event; typedef in typeref:union:SDL_Event
573 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
598 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
608 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
620 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
629 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
631 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
639 * int SDL_EventFilter(void *userdata, SDL_Event * event);
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
H A DSDL_events.h498 typedef union SDL_Event union
533 } SDL_Event; typedef in typeref:union:SDL_Event
573 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,
598 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);
608 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);
620 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,
629 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);
631 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
639 * int SDL_EventFilter(void *userdata, SDL_Event * event);

Completed in 111 milliseconds