blob: 35d732bf824535a29502bac23f5db3207c38f23a (
plain) (
tree)
|
|
Switch button mapping:
```
KEY_A JButton1
KEY_B JButton2
KEY_X JButton3
KEY_Y JButton4
KEY_LSTICK JButton5
KEY_RSTICK JButton6
KEY_L JButton7
KEY_R JButton8
KEY_ZL JButton9
KEY_ZR JButton10
KEY_PLUS JButton11
KEY_MINUS JButton12
KEY_DLEFT JButton13
KEY_DUP JButton14
KEY_DRIGHT JButton15
KEY_DDOWN JButton16
KEY_LSTICK_LEFT JButton17
KEY_LSTICK_UP JButton18
KEY_LSTICK_RIGHT JButton19
KEY_LSTICK_DOWN JButton20
KEY_RSTICK_LEFT JButton21
KEY_RSTICK_UP JButton22
KEY_RSTICK_RIGHT JButton23
KEY_RSTICK_DOWN JButton24
```
|