mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-06 23:03:59 +00:00
SteamController: Add initial DS4 support (with Gyro, Accel, Trackpads and Haptics)
This commit is contained in:
parent
862d7afec5
commit
70237ad9d4
13 changed files with 739 additions and 33 deletions
|
|
@ -22,6 +22,7 @@ namespace SteamController
|
|||
items.Add("[LM]");
|
||||
|
||||
items.Add(X360.Connected ? "[X360]" : X360.Valid ? "[no-X360]" : "[inv-X360]");
|
||||
items.Add(DS4.Connected ? "[DS4]" : DS4.Valid ? "[no-DS4]" : "[inv-DS4]");
|
||||
items.Add(KeyboardMouseValid ? "[KM]" : "[inv-KM]");
|
||||
|
||||
foreach (var button in Steam.AllButtons)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue