Add gamepad mapping example.
This commit is contained in:
parent
751604c60a
commit
c355c94b5f
4 changed files with 160 additions and 0 deletions
5
docs/examples/gamepad/readme.md
Normal file
5
docs/examples/gamepad/readme.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
## joystick -> gamepad mapping
|
||||
|
||||
This is an incomplete example for mapping dual flightsticks (Virpil Constellation Alphas) to gamepad outputs, to support dual-joystick play in games that expect a console-style gamepad. This has been tested on Steam, and it successfully recognizes this as a gamepad.
|
||||
|
||||
Not every possible input is mapped here, this is just a somewhat minimal example.
|
||||
Loading…
Add table
Add a link
Reference in a new issue