Skip to content

lhand/Linux-Virtual-Joystick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux-Virtual-Joystick

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.

How do I use this?

  1. Build with build.sh, adjust the build script as necessary.
  2. Create a python module implementing the necessary callback functions (see example.py or testjoy.py; not sure which is correct or more recent)
  3. Add your module to ~/.config/vjoy/modules/
  4. Run the executable, vjoy, with your module's name as a command-line argument (no extension)

About

Allows users to create virtual joysticks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.5%
  • Python 11.2%
  • Shell 0.3%