Searched refs:SDL_JoystickEventState (Results 1 – 5 of 5) sorted by relevance
191 extern DECLSPEC int SDLCALL SDL_JoystickEventState(int state);
405 if ((!SDL_disabled_events[SDL_JOYAXISMOTION >> 8] || SDL_JoystickEventState(SDL_QUERY))) { in SDL_PumpEvents()
788 SDL_JoystickEventState(int state) in SDL_JoystickEventState() function
216 #define SDL_JoystickEventState SDL_JoystickEventState_REAL macro
245 SDL_DYNAPI_PROC(int,SDL_JoystickEventState,(int a),(a),return)