You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2025. It is now read-only.
It would be great to be able to support 2+ controllers at once.
The HID library can successfully list both devices. We'd need to use the device.path property to differentiate. The value looks something like USB_012a_a11a_12300000.
It would be great to be able to support 2+ controllers at once.
The HID library can successfully list both devices. We'd need to use the
device.pathproperty to differentiate. The value looks something likeUSB_012a_a11a_12300000.You can list devices via HID with:
One potential syntax might look something like:
Another syntax we might want to consider is a more dynamic one where we can retrieve all supported controllers.