Searched refs:SDL_Event (Results 1 – 3 of 3) sorted by relevance
655 typedef union SDL_Event union703 } SDL_Event; typedef706 SDL_COMPILE_TIME_ASSERT(SDL_Event, sizeof(SDL_Event) == sizeof(((SDL_Event *)NULL)->padding));781 extern DECLSPEC int SDLCALL SDL_PeepEvents(SDL_Event * events, int numevents,915 extern DECLSPEC int SDLCALL SDL_PollEvent(SDL_Event * event);937 extern DECLSPEC int SDLCALL SDL_WaitEvent(SDL_Event * event);963 extern DECLSPEC int SDLCALL SDL_WaitEventTimeout(SDL_Event * event,998 extern DECLSPEC int SDLCALL SDL_PushEvent(SDL_Event * event);1012 typedef int (SDLCALL * SDL_EventFilter) (void *userdata, SDL_Event * event);
208 void SDLTest_CommonEvent(SDLTest_CommonState * state, SDL_Event * event, int *done);
260 SDL_Event event;
Completed in 9 milliseconds