poor_mans_gamepad/README.md

14 lines
319 B
Markdown
Raw Normal View History

2024-07-08 05:50:35 +00:00
# Emulate a gamepad with a mouse
# Usage
2024-07-08 05:52:55 +00:00
`poormansgamepad devicepath scale_axis scale_wheel deadzone`
2024-07-08 05:52:19 +00:00
2024-07-08 05:50:35 +00:00
`devicepath` - Path to mouse device (/dev/input/eventX)
2024-07-08 05:52:19 +00:00
2024-07-08 05:50:35 +00:00
`scale_axis` - Sensitivity for the virtual thumbstick
2024-07-08 05:52:19 +00:00
2024-07-08 05:50:35 +00:00
`scale_wheel` - Sensitivity for the virtual trigger
2024-07-08 05:52:55 +00:00
`deadzone` - Deadzone for the virtual thumbstick