We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bc2b6 commit 8110427Copy full SHA for 8110427
hid_parser/data.py
@@ -209,7 +209,7 @@ class GenericDesktopControls(_Data):
209
Z = 0x32, 'Z', UsageTypes.DV
210
RX = 0x33, 'Rx', UsageTypes.DV
211
RY = 0x34, 'Ry', UsageTypes.DV
212
- RX = 0x35, 'Rz', UsageTypes.DV
+ RZ = 0x35, 'Rz', UsageTypes.DV
213
SLIDER = 0x36, 'Slider', UsageTypes.DV
214
DIAL = 0x37, 'Dial', UsageTypes.DV
215
WHEEL = 0x38, 'Wheel', UsageTypes.DV
0 commit comments