Allow to change scroll direction

This commit is contained in:
Kamil Trzciński 2022-12-04 20:39:00 +01:00
parent 271cb5d94e
commit b0863b89ef
4 changed files with 19 additions and 3 deletions

View file

@ -132,7 +132,7 @@ namespace SteamController.Profiles
}
if (c.Steam.LPadY)
{
c.Mouse.VerticalScroll(c.Steam.LPadY.DeltaValue * Context.PadToWhellSensitivity);
c.Mouse.VerticalScroll(c.Steam.LPadY.DeltaValue * Context.PadToWhellSensitivity * (double)Settings.Default.ScrollDirection);
}
}