Skip to content

Commit

Permalink
Add Start and Select buttons to minimal supported gamepads.
Browse files Browse the repository at this point in the history
  • Loading branch information
Swordfish90 committed Mar 21, 2022
1 parent bd8964a commit 2f188bc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ object InputClassGamePad : InputClass {
KeyEvent.KEYCODE_BUTTON_B,
KeyEvent.KEYCODE_BUTTON_X,
KeyEvent.KEYCODE_BUTTON_Y,
KeyEvent.KEYCODE_BUTTON_START,
KeyEvent.KEYCODE_BUTTON_SELECT,
)

private val INPUT_KEYS = listOf(
Expand Down

0 comments on commit 2f188bc

Please sign in to comment.