More gamepad renaming

This commit is contained in:
Sam Lantinga
2022-12-27 11:31:54 -08:00
parent 58aecf0a54
commit ab2d007982
13 changed files with 35 additions and 30 deletions

View File

@@ -43,7 +43,7 @@ PrintJoystick(SDL_Joystick *joy)
SDL_assert(SDL_GetJoystickFromInstanceID(SDL_GetJoystickInstanceID(joy)) == joy);
SDL_GetJoystickGUIDString(SDL_GetJoystickGUID(joy), guid, sizeof(guid));
switch (SDL_GetJoystickType(joy)) {
case SDL_JOYSTICK_TYPE_GAMECONTROLLER:
case SDL_JOYSTICK_TYPE_GAMEPAD:
type = "Game Controller";
break;
case SDL_JOYSTICK_TYPE_WHEEL: