Added KEY_HOME and KEY_CAPTURE for use with HiddbgHdlsState::buttons.

This commit is contained in:
yellows8 2019-07-01 20:08:10 -04:00
parent 015ca9652c
commit ee7b30a7b4
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43

View File

@ -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),