Home
last modified time | relevance | path

Searched refs:SDL_JoystickFromInstanceID (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestjoystick.c268 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);
/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_joystick.h112 extern DECLSPEC SDL_Joystick *SDLCALL SDL_JoystickFromInstanceID(SDL_JoystickID joyid);
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_joystick.c381 SDL_JoystickFromInstanceID(SDL_JoystickID joyid) in SDL_JoystickFromInstanceID() function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h601 #define SDL_JoystickFromInstanceID SDL_JoystickFromInstanceID_REAL macro
DSDL_dynapi_procs.h633 SDL_DYNAPI_PROC(SDL_Joystick*,SDL_JoystickFromInstanceID,(SDL_JoystickID a),(a),return)
/third_party/flutter/skia/third_party/externals/sdl/
DWhatsNew.txt100 * Added SDL_JoystickFromInstanceID(), as a helper function, to get the SDL_Joystick* that an event …