I don't understand how this should work:

XInput
- reports mouse events with pixel accuracy (not desired)
- we don't handle joysticks with XInput

/dev/input/js*
- currently not used by pyglet, also probably impossible to enumerate
device capabilities etc. (joydev driver)
- joystick only

evdev
- reports mouse events with pixel accuracy (not desired)
- cannot be opened by non-root user.

So I don't see any usable path to get:
1) raw mouse input
2) joystick input

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to