Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/include/
A DSDL_joystick.h134 extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index);
/AliOS-Things-master/components/SDL2/test/
A Dtestgamecontroller.c279 name = SDL_JoystickNameForIndex(i); in main()
A Dcontrollermap.c748 name = SDL_JoystickNameForIndex(i); in main()
/AliOS-Things-master/components/SDL2/src/joystick/
A DSDL_gamecontroller.c1191 name = SDL_JoystickNameForIndex(device_index); in SDL_PrivateGetControllerMapping()
1599 return SDL_JoystickNameForIndex(device_index); in SDL_GameControllerNameForIndex()
1614 …ntrollerTypeFromGUID(SDL_JoystickGetDeviceGUID(joystick_index), SDL_JoystickNameForIndex(joystick_… in SDL_GameControllerTypeForIndex()
A DSDL_joystick.c302 SDL_JoystickNameForIndex(int device_index) in SDL_JoystickNameForIndex() function
/AliOS-Things-master/components/SDL2/src/dynapi/
A DSDL_dynapi_overrides.h196 #define SDL_JoystickNameForIndex SDL_JoystickNameForIndex_REAL macro
A DSDL_dynapi_procs.h227 SDL_DYNAPI_PROC(const char*,SDL_JoystickNameForIndex,(int a),(a),return)

Completed in 22 milliseconds