summaryrefslogtreecommitdiff
path: root/src/input_common/drivers/mouse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/input_common/drivers/mouse.cpp')
-rw-r--r--src/input_common/drivers/mouse.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input_common/drivers/mouse.cpp b/src/input_common/drivers/mouse.cpp
index 1c32b54be..afa92b458 100644
--- a/src/input_common/drivers/mouse.cpp
+++ b/src/input_common/drivers/mouse.cpp
@@ -14,6 +14,11 @@
14namespace InputCommon { 14namespace InputCommon {
15constexpr int touch_axis_x = 10; 15constexpr int touch_axis_x = 10;
16constexpr int touch_axis_y = 11; 16constexpr int touch_axis_y = 11;
17constexpr PadIdentifier identifier = {
18 .guid = Common::UUID{Common::INVALID_UUID},
19 .port = 0,
20 .pad = 0,
21};
17 22
18Mouse::Mouse(const std::string input_engine_) : InputEngine(input_engine_) { 23Mouse::Mouse(const std::string input_engine_) : InputEngine(input_engine_) {
19 PreSetController(identifier); 24 PreSetController(identifier);