Searched refs:SDL_JoystickNameForIndex (Results 1 – 8 of 8) sorted by relevance
96 extern DECLSPEC const char *SDLCALL SDL_JoystickNameForIndex(int device_index);
276 name = SDL_JoystickNameForIndex(i); in main()
260 name = SDL_JoystickNameForIndex(i);
355 name = SDL_JoystickNameForIndex(i);
688 const char *name = SDL_JoystickNameForIndex(device_index); in SDL_PrivateGetControllerMapping()702 const char *name = SDL_JoystickNameForIndex(device_index); in SDL_PrivateGetControllerMapping()
84 SDL_JoystickNameForIndex(int device_index) in SDL_JoystickNameForIndex() function
202 #define SDL_JoystickNameForIndex SDL_JoystickNameForIndex_REAL macro
231 SDL_DYNAPI_PROC(const char*,SDL_JoystickNameForIndex,(int a),(a),return)