Gamepad: Add left stick and TaTaCon D-Pad

This commit is contained in:
LoveEevee
2018-10-09 02:20:34 +03:00
parent 1c0261fe6d
commit fac283174f
2 changed files with 61 additions and 25 deletions

View File

@@ -189,8 +189,8 @@ class SongSelect{
this.gamepad = new Gamepad({
"13": ["b", "start", "ls", "rs"],
"8": ["a"],
"37": ["l", "lb", "lt"],
"39": ["r", "rb", "rt"],
"37": ["l", "lb", "lt", "lsl"],
"39": ["r", "rb", "rt", "lsr"],
"ctrl": ["y"],
"shift": ["x"]
})