Searched refs:SDL_JoystickFromInstanceID (Results 1 – 6 of 6) sorted by relevance
268 SDL_assert(SDL_JoystickFromInstanceID(SDL_JoystickInstanceID(joystick)) == joystick);297 SDL_assert(SDL_JoystickFromInstanceID(SDL_JoystickInstanceID(joystick)) == joystick);325 … SDL_assert(SDL_JoystickFromInstanceID(SDL_JoystickInstanceID(joystick)) == joystick);
112 extern DECLSPEC SDL_Joystick *SDLCALL SDL_JoystickFromInstanceID(SDL_JoystickID joyid);
381 SDL_JoystickFromInstanceID(SDL_JoystickID joyid) in SDL_JoystickFromInstanceID() function
601 #define SDL_JoystickFromInstanceID SDL_JoystickFromInstanceID_REAL macro
633 SDL_DYNAPI_PROC(SDL_Joystick*,SDL_JoystickFromInstanceID,(SDL_JoystickID a),(a),return)
100 * Added SDL_JoystickFromInstanceID(), as a helper function, to get the SDL_Joystick* that an event …