Advertisement
metalx1000

Joystick/Gamepad commands and notes

Jan 30th, 2017
608
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #test/calibrate gamepad
  2. sudo apt-get install joystick
  3. jscal -c /dev/input/js0
  4.  
  5. #disable/enable mouse point control
  6. xinput #lists all devices
  7. xinput --disable <id>
  8. xinput --enable <id>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement