Home
last modified time | relevance | path

Searched refs:SDL_JoystickNameForIndex (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/include/
DSDL_joystick.h96 extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index);
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestgamecontroller.c276 name = SDL_JoystickNameForIndex(i); in main()
Dtestjoystick.c260 name = SDL_JoystickNameForIndex(i);
Dcontrollermap.c355 name = SDL_JoystickNameForIndex(i);
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_gamecontroller.c688 const char *name = SDL_JoystickNameForIndex(device_index); in SDL_PrivateGetControllerMapping()
702 const char *name = SDL_JoystickNameForIndex(device_index); in SDL_PrivateGetControllerMapping()
DSDL_joystick.c84 SDL_JoystickNameForIndex(int device_index) in SDL_JoystickNameForIndex() function
/third_party/flutter/skia/third_party/externals/sdl/src/dynapi/
DSDL_dynapi_overrides.h202 #define SDL_JoystickNameForIndex SDL_JoystickNameForIndex_REAL macro
DSDL_dynapi_procs.h231 SDL_DYNAPI_PROC(const char*,SDL_JoystickNameForIndex,(int a),(a),return)