mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 19:43:44 +00:00
machine/usb/descriptor: Reset joystick physical
This commit is contained in:
@@ -101,6 +101,9 @@ var JoystickDefaultHIDReport = Append([][]byte{
|
||||
HIDUsageDesktopPointer,
|
||||
HIDLogicalMinimum(-32767),
|
||||
HIDLogicalMaximum(32767),
|
||||
HIDPhysicalMinimum(0),
|
||||
HIDPhysicalMaximum(0),
|
||||
HIDUnit(0),
|
||||
HIDReportCount(6),
|
||||
HIDReportSize(16),
|
||||
HIDCollectionPhysical,
|
||||
|
||||
Reference in New Issue
Block a user