mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-04-04 22:07:40 +00:00
circular deadzone
This commit is contained in:
parent
160c4762f0
commit
4e896f32b0
2 changed files with 26 additions and 6 deletions
|
|
@ -71,6 +71,12 @@ namespace SteamController.Devices
|
|||
LeftThumbX.VirtualRight = BtnVirtualLeftThumbRight;
|
||||
LeftThumbY.VirtualLeft = BtnVirtualLeftThumbDown;
|
||||
LeftThumbY.VirtualRight = BtnVirtualLeftThumbUp;
|
||||
|
||||
// set partner axes for circle deadzone
|
||||
LeftThumbX.PartnerAxis = LeftThumbY;
|
||||
LeftThumbY.PartnerAxis = LeftThumbX;
|
||||
RightThumbX.PartnerAxis = RightThumbY;
|
||||
RightThumbY.PartnerAxis = RightThumbX;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue