1
0
forked from Clones/Controlify

guide button

This commit is contained in:
isXander
2023-02-01 15:47:44 +00:00
parent b77a5361ad
commit 4b085c5cce
2 changed files with 5 additions and 3 deletions

View File

@ -18,6 +18,7 @@ public enum Bind {
RIGHT_STICK(state -> state.buttons().rightStick(), "right_stick"),
START(state -> state.buttons().start(), "start"),
BACK(state -> state.buttons().back(), "back"),
GUIDE(state -> state.buttons().guide(), "guide"), // the middle button
DPAD_UP(state -> state.buttons().dpadUp(), "dpad_up"),
DPAD_DOWN(state -> state.buttons().dpadDown(), "dpad_down"),
DPAD_LEFT(state -> state.buttons().dpadLeft(), "dpad_left"),