Sunday, 18 August 2013

Python Linux Joystick support?

Python Linux Joystick support?

How can I use an analog joystick in Python on Linux? I come from a C++
background, where I used joystick.h to read events from /dev/input/js[x].
Is there a python wrapper around this I can use, perhaps? I don't really
want to have to use a huge library like pyGame.

No comments:

Post a Comment