Skip to content

Commit

Permalink
Fix button field names in input guide
Browse files Browse the repository at this point in the history
Fixes #2056

(cherry picked from commit 46950a5)
  • Loading branch information
elmindreda committed Mar 20, 2022
1 parent 395f0a8 commit 45ce5dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ video tutorials.
- David Carlier
- Arturo Castro
- Chi-kwan Chan
- TheChocolateOre
- Joseph Chua
- Ian Clarkson
- Michał Cichoń
Expand Down
2 changes: 1 addition & 1 deletion docs/input.dox
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ The second value is always the human-readable name of the gamepad.
All subsequent values are in the form `<field>:<value>` and describe the layout
of the mapping. These fields may not all be present and may occur in any order.

The button fields are `a`, `b`, `c`, `d`, `back`, `start`, `guide`, `dpup`,
The button fields are `a`, `b`, `x`, `y`, `back`, `start`, `guide`, `dpup`,
`dpright`, `dpdown`, `dpleft`, `leftshoulder`, `rightshoulder`, `leftstick` and
`rightstick`.

Expand Down

0 comments on commit 45ce5dd

Please sign in to comment.