File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
SteamController/Profiles/Default Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 66
77## #{GIT_TAG_NAME}
88
9+ - SteamController: Fix broken scroll on left pad introduced by 0.6.21
10+
11+ ## 0.6.21
12+
913- SteamController: Add support for circular deadzone on left/right sticks
1014- FanControl: Add Silent fan profile. Configure ` Silent4000RPMTemp ` threshold in ` FanControl.dll.ini `
1115- SteamController: Added ` Win+D ` shortcut under ` Steam+RightStickPress `
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ protected void EmulateScrollOnLPad(Context c)
132132 }
133133 if ( c . Steam . LPadY )
134134 {
135- c . Mouse . HorizontalScroll (
135+ c . Mouse . VerticalScroll (
136136 c . Steam . LPadY . GetDeltaValue (
137137 Context . PadToWhellSensitivity * ( double ) Settings . Default . ScrollDirection ,
138138 Devices . DeltaValueMode . Delta ,
You can’t perform that action at this time.
0 commit comments