mirror of
https://github.com/ayufan/steam-deck-tools.git
synced 2026-01-08 17:50:14 +01:00
Remove mouse on RStick in X360 mode
This commit is contained in:
parent
3947dbc4ec
commit
5d653a3342
|
|
@ -3,6 +3,7 @@
|
|||
- Introduce SteamController that provides 3 main modes of operation Desktop, X360 and Steam
|
||||
- Fix `FanControl` broken context menu
|
||||
- Fix incorrect `CurrentProfile` of `SteamController`
|
||||
- Fix right stick serving as mouse in `X360` mode
|
||||
|
||||
## 0.4.x
|
||||
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@ namespace SteamController.Profiles
|
|||
|
||||
// Default emulation
|
||||
EmulateScrollOnLPad(context);
|
||||
EmulateMouseOnRStick(context);
|
||||
EmulateMouseOnRPad(context, false);
|
||||
|
||||
// DPad
|
||||
|
|
|
|||
Loading…
Reference in a new issue