mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +02:00
hid: Added KEY_NES_HANDHELD_LEFT_B.
This commit is contained in:
parent
991a262e19
commit
c3a6d29cf4
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user