I have been trying to get the input from a joystick with pyglet, however as the site suggested it is not working. (http://www.psychopy.org/api/hardware/joystick.html) Does anyone have a quick way to get joystick input with other packages?
Wow, I didn’t know pyglet had these issues. What OS are you running? I wrote pure python joystick code for linux a few years back that might work. I’ll can dig it up if you have a compatible system.
Sorry I couldn’t help out more. Since the libs I’m working on will not support pygame, not having joystick support is a significant issue. I didn’t catch this since I’ve been using keyboard and mouse input for my recent experiments.