HomeSort by relevance Sort by last modified time
    Searched defs:SDL_EventFilter (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_events.h 291 typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event);
308 extern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter);
314 extern DECLSPEC SDL_EventFilter SDLCALL SDL_GetEventFilter(void);
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_events.h 291 typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event);
308 extern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter);
314 extern DECLSPEC SDL_EventFilter SDLCALL SDL_GetEventFilter(void);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_events.h 291 typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event);
308 extern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter);
314 extern DECLSPEC SDL_EventFilter SDLCALL SDL_GetEventFilter(void);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_events.h 288 typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event);
305 extern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter);
311 extern DECLSPEC SDL_EventFilter SDLCALL SDL_GetEventFilter(void);
  /prebuilt/windows/sdl/include/SDL/
SDL_events.h 291 typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event);
308 extern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter);
314 extern DECLSPEC SDL_EventFilter SDLCALL SDL_GetEventFilter(void);

Completed in 62 milliseconds