Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_joystick.h112 extern DECLSPEC SDL_Joystick *SDLCALL SDL_JoystickFromInstanceID(SDL_JoystickID joyid);
DSDL_gamecontroller.h177 extern DECLSPEC SDL_GameController *SDLCALL SDL_GameControllerFromInstanceID(SDL_JoystickID joyid);
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_joystick.c381 SDL_JoystickFromInstanceID(SDL_JoystickID joyid) in SDL_JoystickFromInstanceID() argument
385 if (joystick->instance_id == joyid) { in SDL_JoystickFromInstanceID()
DSDL_gamecontroller.c1150 SDL_GameControllerFromInstanceID(SDL_JoystickID joyid) in SDL_GameControllerFromInstanceID() argument
1154 if (gamecontroller->joystick->instance_id == joyid) { in SDL_GameControllerFromInstanceID()