-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
About the id #65
Comments
The As to immutability, that should always hold true, and we could add spec text to that effect. I'm wary of trying to really spec out the id field, I think it wasn't a great idea in the first place and we should probably just spec something where we can expose things like the vendor and product IDs as separate fields when they're available. |
Using VID:PID seems the most discriminant thing you can use, there is nothing really better that can be done until there are better ways to do local remapping (I see it is a Feature Request. |
I think for v1, it's just a string that might tell you something about the device type. For v2 we can try to separate out vid/pid, or something more helpful. |
Is there any guarantee that it is both unique(for all gamepads in the world) and immutable (for a given gamepad) ?
The text was updated successfully, but these errors were encountered: