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 6ae6742 commit fd28fa2Copy full SHA for fd28fa2
Assets/Tests/InputSystem/Plugins/XInputTests.cs
@@ -217,7 +217,12 @@ public void Devices_SupportXboxWirelessControllerOnOSX()
217
{
218
interfaceName = "HID",
219
product = "Xbox One Wireless Controller",
220
- manufacturer = "Microsoft"
+ manufacturer = "Microsoft",
221
+ capabilities = new HID.HIDDeviceDescriptor
222
+ {
223
+ vendorId = 0x045E,
224
+ productId = 0x02E0,
225
+ }.ToJson()
226
});
227
228
Assert.That(device, Is.AssignableTo<XInputController>());
0 commit comments