Home
last modified time | relevance | path

Searched refs:SDL_EventState (Results 1 – 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/main/macos/exports/
DSDL.x51 SDL_EventState
/external/qemu/distrib/sdl-1.2.12/src/joystick/
DSDL_joystick.c559 state = SDL_EventState(event_list[i],SDL_QUERY); in SDL_JoystickEventState()
567 SDL_EventState(event_list[i], state); in SDL_JoystickEventState()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_events.h328 extern DECLSPEC Uint8 SDLCALL SDL_EventState(Uint8 type, int state);
/external/qemu/distrib/sdl-1.2.12/src/events/
DSDL_events.c435 Uint8 SDL_EventState (Uint8 type, int state) in SDL_EventState() function