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 7fc64a2 commit 815784bCopy full SHA for 815784b
src/machine/usb/descriptor/joystick.go
@@ -101,6 +101,9 @@ var JoystickDefaultHIDReport = Append([][]byte{
101
HIDUsageDesktopPointer,
102
HIDLogicalMinimum(-32767),
103
HIDLogicalMaximum(32767),
104
+ HIDPhysicalMinimum(0),
105
+ HIDPhysicalMaximum(0),
106
+ HIDUnit(0),
107
HIDReportCount(6),
108
HIDReportSize(16),
109
HIDCollectionPhysical,
0 commit comments