summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/configure_input_player_widget.h
diff options
context:
space:
mode:
authorgerman <german@thesoftwareartisans.com>2021-02-02 21:39:47 -0600
committergerman <german@thesoftwareartisans.com>2021-02-06 09:43:42 -0600
commitc9597af39ded9430cc94c37959fb8154abea8686 (patch)
treec3ba0877b806e5916d2ffd36736e66d382891815 /src/yuzu/configuration/configure_input_player_widget.h
parenta7f9983563f76d1bca071be7490c2abf57ce16d5 (diff)
Add SL SR vectors, change dual joycon view, add missing raw data from keyboard/mouse
Diffstat (limited to 'src/yuzu/configuration/configure_input_player_widget.h')
-rw-r--r--src/yuzu/configuration/configure_input_player_widget.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_input_player_widget.h b/src/yuzu/configuration/configure_input_player_widget.h
index ba5e49da3..7d0653faa 100644
--- a/src/yuzu/configuration/configure_input_player_widget.h
+++ b/src/yuzu/configuration/configure_input_player_widget.h
@@ -51,8 +51,10 @@ private:
B,
X,
Y,
+ SL,
ZL,
ZR,
+ SR,
};
struct AxisValue {
@@ -113,7 +115,10 @@ private:
void DrawProTriggers(QPainter& p, QPointF center, bool left_pressed, bool right_pressed);
void DrawHandheldTriggers(QPainter& p, QPointF center, bool left_pressed, bool right_pressed);
void DrawDualTriggers(QPainter& p, QPointF center, bool left_pressed, bool right_pressed);
- void DrawDualZTriggers(QPainter& p, QPointF center, bool left_pressed, bool right_pressed);
+ void DrawDualTriggersTopView(QPainter& p, QPointF center, bool left_pressed,
+ bool right_pressed);
+ void DrawDualZTriggersTopView(QPainter& p, QPointF center, bool left_pressed,
+ bool right_pressed);
void DrawLeftTriggers(QPainter& p, QPointF center, bool left_pressed);
void DrawLeftZTriggers(QPainter& p, QPointF center, bool left_pressed);
void DrawLeftTriggersTopView(QPainter& p, QPointF center, bool left_pressed);