Searched refs:joystickname (Results 1 – 5 of 5) sorted by relevance
361 SDL_free(pCurList->joystickname); in SDL_SYS_JoystickDetect()398 return device->joystickname; in SDL_SYS_JoystickNameForDeviceIndex()490 SDL_free(device->joystickname); in SDL_SYS_JoystickQuit()
33 char *joystickname; member
143 pNewJoystick->joystickname = GetXInputName(userid, SubType); in AddXInputDevice()144 if (!pNewJoystick->joystickname) { in AddXInputDevice()
391 pNewJoystick->joystickname = WIN_StringToUTF8(pdidInstance->tszProductName); in EnumJoysticksCallback()392 if (!pNewJoystick->joystickname) { in EnumJoysticksCallback()
105 const char *joystickname = NULL; in SDL_JoystickOpen() local138 joystickname = SDL_SYS_JoystickNameForDeviceIndex(device_index); in SDL_JoystickOpen()139 if (joystickname) in SDL_JoystickOpen()140 joystick->name = SDL_strdup(joystickname); in SDL_JoystickOpen()