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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_events.h 300 typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event);
306 * @code typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event); @endcode
323 extern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter);
329 extern DECLSPEC SDL_EventFilter SDLCALL SDL_GetEventFilter(void);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_events.h 300 typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event);
306 * @code typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event); @endcode
323 extern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter);
329 extern DECLSPEC SDL_EventFilter SDLCALL SDL_GetEventFilter(void);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_events.h 300 typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event);
306 * @code typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event); @endcode
323 extern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter);
329 extern DECLSPEC SDL_EventFilter SDLCALL SDL_GetEventFilter(void);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_events.h 300 typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event);
306 * @code typedef int (SDLCALL *SDL_EventFilter)(const SDL_Event *event); @endcode
323 extern DECLSPEC void SDLCALL SDL_SetEventFilter(SDL_EventFilter filter);
329 extern DECLSPEC SDL_EventFilter SDLCALL SDL_GetEventFilter(void);

Completed in 386 milliseconds