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 2fed113 commit 15d0091Copy full SHA for 15d0091
Packages/com.unity.inputsystem/InputSystem/Plugins/HID/HIDSupport.cs
@@ -65,6 +65,7 @@ public HIDPageUsage(HID.GenericDesktop usage)
65
}
66
67
68
+ private static HIDPageUsage[] s_SupportedHIDUsages;
69
70
/// <summary>
71
/// An array of HID usages the input is configured to support.
@@ -84,9 +85,6 @@ public HIDPageUsage(HID.GenericDesktop usage)
84
85
/// <see cref="HID.GenericDesktop.MultiAxisController"/>, <see cref="HID.GenericDesktop.TabletPCControls"/>,
86
/// and <see cref="HID.GenericDesktop.AssistiveControl"/>.
87
/// </remarks>
-
88
- public static HIDPageUsage[] s_SupportedHIDUsages;
89
90
public static ReadOnlyArray<HIDPageUsage> supportedHIDUsages
91
{
92
get => s_SupportedHIDUsages;
0 commit comments