Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 868efa4

Browse files
committed
Slider configuration disappeared in 3.23 and 3.24
1 parent 7d0df41 commit 868efa4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XOutput/Devices/XInput/XInputHelper.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ public bool IsAxis(XInputTypes input)
6969
case XInputTypes.LY:
7070
case XInputTypes.RX:
7171
case XInputTypes.RY:
72+
case XInputTypes.L2:
73+
case XInputTypes.R2:
7274
return true;
7375
default:
7476
return false;

0 commit comments

Comments
 (0)