mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Added KEY_HOME and KEY_CAPTURE for use with HiddbgHdlsState::buttons.
This commit is contained in:
parent
015ca9652c
commit
ee7b30a7b4
@ -271,6 +271,9 @@ typedef enum
|
|||||||
KEY_SL_RIGHT = BIT(26), ///< SL on Right Joy-Con
|
KEY_SL_RIGHT = BIT(26), ///< SL on Right Joy-Con
|
||||||
KEY_SR_RIGHT = BIT(27), ///< SR on Right Joy-Con
|
KEY_SR_RIGHT = BIT(27), ///< SR on Right Joy-Con
|
||||||
|
|
||||||
|
KEY_HOME = BIT(18), ///< HOME button, only available for use with HiddbgHdlsState::buttons.
|
||||||
|
KEY_CAPTURE = BIT(19), ///< Capture button, only available for use with HiddbgHdlsState::buttons.
|
||||||
|
|
||||||
// Pseudo-key for at least one finger on the touch screen
|
// Pseudo-key for at least one finger on the touch screen
|
||||||
KEY_TOUCH = BIT(28),
|
KEY_TOUCH = BIT(28),
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user