Allows users to create virtual joysticks in Python code
I wrote this a long, long time ago (it was "old code" according to my commit message 7 years ago...) and do not currently maintain it. It should still work on any Linux system with Python 2.x and UInput ...maybe.
- Build with build.sh, adjust the build script as necessary.
- Create a python module implementing the necessary callback functions (see example.py or testjoy.py; not sure which is correct or more recent)
- Add your module to ~/.config/vjoy/modules/
- Run the executable, vjoy, with your module's name as a command-line argument (no extension)