steam qam and menu btn

This commit is contained in:
Denis 2023-12-09 14:04:01 +01:00
parent 4d0a2d9a6f
commit e66a91e520
No known key found for this signature in database
GPG key ID: DD9B63F805CF5C03
3 changed files with 115 additions and 9 deletions

View file

@ -19,6 +19,10 @@ typedef enum in_message_gamepad_btn {
GAMEPAD_BTN_R2_TRIGGER,
GAMEPAD_BTN_L3,
GAMEPAD_BTN_R3,
GAMEPAD_BTN_L4,
GAMEPAD_BTN_R4,
GAMEPAD_BTN_L5,
GAMEPAD_BTN_R5,
GAMEPAD_BTN_TOUCHPAD,
GAMEPAD_LEFT_JOYSTICK_X,
@ -41,6 +45,7 @@ typedef struct in_message_gamepad_set_element {
typedef enum in_message_gamepad_action {
GAMEPAD_ACTION_PRESS_AND_RELEASE_CENTER,
GAMEPAD_ACTION_OPEN_STEAM_QAM,
} in_message_gamepad_action_t;
typedef enum in_in_message_type {