Joystick fix

This commit is contained in:
2026-02-15 00:12:58 +01:00
parent f6ec4492f1
commit e9949a7526
6 changed files with 144 additions and 188 deletions

View File

@@ -43,6 +43,11 @@ pub enum Button {
Stick1,
Stick2,
Stick3,
StickUp,
StickDown,
StickLeft,
StickRight,
}
impl Button {
@@ -51,7 +56,7 @@ impl Button {
[
Action, Screen1, Screen2, Screen3, Screen4, Light, M1, M2, M3, MR, G1, G2, G3, G4, G5,
G6, G7, G8, G9, G10, G11, G12, G13, G14, G15, G16, G17, G18, G19, G20, G21, G22,
Stick1, Stick2, Stick3,
Stick1, Stick2, Stick3, StickUp, StickDown, StickLeft, StickRight,
]
.iter()
}