Skip to content
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

The productID/name and vendorID/name should be separated #3

Closed
pyalot opened this issue Apr 9, 2015 · 1 comment
Closed

The productID/name and vendorID/name should be separated #3

pyalot opened this issue Apr 9, 2015 · 1 comment

Comments

@pyalot
Copy link

pyalot commented Apr 9, 2015

The current specification has the names/IDs of the product and vendor mangled together in a gamepad object member "id".

It would be proper to to separate these out (as the underlying OS drivers also do) and report it as objects like:

  • gamepad.vendor.id
  • gamepad.vendor.name
  • gamepad.product.id
  • gamepad.product.name
@luser
Copy link
Contributor

luser commented Apr 24, 2015

Duping to #12

@luser luser closed this as completed Apr 24, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants