hid: Added KEY_NES_HANDHELD_LEFT_B.

This commit is contained in:
yellows8 2020-11-14 13:33:42 -05:00 committed by fincs
parent 991a262e19
commit c3a6d29cf4
No known key found for this signature in database
GPG Key ID: 62C7609ADA219C60

View File

@ -284,6 +284,8 @@ typedef enum {
// Pseudo-key for at least one finger on the touch screen
KEY_TOUCH = BIT(28),
KEY_NES_HANDHELD_LEFT_B = BIT(30), ///< Left B button on NES controllers in Handheld mode.
// Buttons by orientation (for single Joy-Con), also works with Joy-Con pairs, Pro Controller
KEY_JOYCON_RIGHT = BIT(0),
KEY_JOYCON_DOWN = BIT(1),