SteamController: Fix broken scroll on left pad introduced by 0.6.21

This commit is contained in:
Kamil Trzciński 2023-09-24 20:10:41 +02:00
parent 531b69c80f
commit 58a3d44d5c
2 changed files with 5 additions and 1 deletions

View file

@ -6,6 +6,10 @@
## #{GIT_TAG_NAME} ## #{GIT_TAG_NAME}
- SteamController: Fix broken scroll on left pad introduced by 0.6.21
## 0.6.21
- SteamController: Add support for circular deadzone on left/right sticks - SteamController: Add support for circular deadzone on left/right sticks
- FanControl: Add Silent fan profile. Configure `Silent4000RPMTemp` threshold in `FanControl.dll.ini` - FanControl: Add Silent fan profile. Configure `Silent4000RPMTemp` threshold in `FanControl.dll.ini`
- SteamController: Added `Win+D` shortcut under `Steam+RightStickPress` - SteamController: Added `Win+D` shortcut under `Steam+RightStickPress`

View file

@ -132,7 +132,7 @@ namespace SteamController.Profiles.Default
} }
if (c.Steam.LPadY) if (c.Steam.LPadY)
{ {
c.Mouse.HorizontalScroll( c.Mouse.VerticalScroll(
c.Steam.LPadY.GetDeltaValue( c.Steam.LPadY.GetDeltaValue(
Context.PadToWhellSensitivity * (double)Settings.Default.ScrollDirection, Context.PadToWhellSensitivity * (double)Settings.Default.ScrollDirection,
Devices.DeltaValueMode.Delta, Devices.DeltaValueMode.Delta,