Add stick button mappings to gamepad implementation and improve docs
This commit is contained in:
parent
7cef558440
commit
ee43d85f29
3 changed files with 14 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ export const buttonMap = {
|
|||
rt: 7,
|
||||
back: 8,
|
||||
start: 9,
|
||||
l3: 10,
|
||||
ls: 10,
|
||||
r3: 11,
|
||||
rs: 11,
|
||||
u: 12,
|
||||
up: 12,
|
||||
d: 13,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue