Searched refs:SDL_JoystickNameForIndex (Results 1 – 7 of 7) sorted by relevance
134 extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index);
279 name = SDL_JoystickNameForIndex(i); in main()
748 name = SDL_JoystickNameForIndex(i); in main()
1191 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()
302 SDL_JoystickNameForIndex(int device_index) in SDL_JoystickNameForIndex() function
196 #define SDL_JoystickNameForIndex SDL_JoystickNameForIndex_REAL macro
227 SDL_DYNAPI_PROC(const char*,SDL_JoystickNameForIndex,(int a),(a),return)
Completed in 22 milliseconds