Home
last modified time | relevance | path

Searched refs:SDL_IGNORE (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/events/
DSDL_events.c240 SDL_ProcessEvents[SDL_SYSWMEVENT] = SDL_IGNORE; in SDL_StartEventLoop()
442 current_state = SDL_IGNORE; in SDL_EventState()
444 if ( SDL_ProcessEvents[type] != SDL_IGNORE ) { in SDL_EventState()
462 case SDL_IGNORE: in SDL_EventState()
/external/qemu/distrib/sdl-1.2.12/src/joystick/
DSDL_joystick.c547 return SDL_IGNORE; in SDL_JoystickEventState()
557 state = SDL_IGNORE; in SDL_JoystickEventState()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_events.h325 #define SDL_IGNORE 0 macro