.. | ||
gamepad.py | ||
gamepad.talon | ||
gamepad_settings.talon | ||
gamepad_tester.png | ||
gamepad_tester.py | ||
gamepad_tester.talon | ||
gamepad_tester_open.talon | ||
README.md |
Gamepad
Some predefined gamepad bindings for doing tasks like clicking, scrolling and moving your cursor.
Usage
To enable the gamepad bindings activate tag user.gamepad
in gamepad_settings.talon
Demo - Using gamepad
Gamepad tester
Usage
- Say
"gamepad tester"
to open gamepad tester UI. - Press buttons on actual gamepad and see interaction in UI.
- Close gamepad tester by saying
"gamepad tester"
again.
Demo - Gamepad tester
Conflict with existing gamepad implementations
The gamepad tester doesn't disable your existing gamepad implementations. If you don't want your existing gamepad implementations to trigger during the testing phase you can add not tag: user.gamepad_tester
at the top of your gamepad Talon files.