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 8562a21 commit c3db7f8Copy full SHA for c3db7f8
Packages/com.unity.inputsystem/InputSystem/Plugins/HID/HID.cs
@@ -84,7 +84,7 @@ public HIDDeviceDescriptor hidDescriptor
84
85
private bool m_HaveParsedHIDDescriptor;
86
private HIDDeviceDescriptor m_HIDDescriptor;
87
-
+
88
private static readonly ProfilerMarker k_HIDParseDescriptorFallback = new ProfilerMarker("HIDParseDescriptorFallback");
89
90
// This is the workhorse for figuring out fallback options for HIDs attached to the system.
0 commit comments