mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-24 22:09:54 +00:00
gamepad: Add SDL_GAMEPAD_TYPE_STEAM for Steam Controllers
This commit is contained in:
committed by
Sam Lantinga
parent
f76b736e28
commit
6d3404e4bb
@@ -3643,6 +3643,8 @@ const char *GetGamepadTypeString(SDL_GamepadType type)
|
||||
return "Joy-Con Pair";
|
||||
case SDL_GAMEPAD_TYPE_GAMECUBE:
|
||||
return "GameCube";
|
||||
case SDL_GAMEPAD_TYPE_STEAM:
|
||||
return "Steam";
|
||||
default:
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user