Add Menu Key (used by 8bitdo Pro 2 controller
This commit is contained in:
committed by
Megamouse
parent
7500d16524
commit
0964c0356b
@@ -80,6 +80,8 @@ class evdev_joystick_handler final : public PadHandlerBase
|
|||||||
{ KEY_DOWN , "Down Key" },
|
{ KEY_DOWN , "Down Key" },
|
||||||
{ KEY_NEXT , "Next Key" },
|
{ KEY_NEXT , "Next Key" },
|
||||||
{ KEY_PREVIOUS , "Previous Key"},
|
{ KEY_PREVIOUS , "Previous Key"},
|
||||||
|
// 8bitdo Pro 2 controller uses this for the button below "b"
|
||||||
|
{ KEY_MENU , "Menu" },
|
||||||
//{ BTN_MISC , "Misc" }, same as BTN_0
|
//{ BTN_MISC , "Misc" }, same as BTN_0
|
||||||
{ BTN_0 , "0" },
|
{ BTN_0 , "0" },
|
||||||
{ BTN_1 , "1" },
|
{ BTN_1 , "1" },
|
||||||
|
|||||||
Reference in New Issue
Block a user