diff options
| author | 2021-11-01 14:17:53 -0600 | |
|---|---|---|
| committer | 2021-11-24 20:30:26 -0600 | |
| commit | 77fa4d4bf60526826ef8b53ee3870f7d2a761976 (patch) | |
| tree | 3c6c07d535bd912ed085be9b826103a6eabe718f /src/input_common/drivers/mouse.cpp | |
| parent | settings: Fix Debug controller type options (diff) | |
| download | yuzu-77fa4d4bf60526826ef8b53ee3870f7d2a761976.tar.gz yuzu-77fa4d4bf60526826ef8b53ee3870f7d2a761976.tar.xz yuzu-77fa4d4bf60526826ef8b53ee3870f7d2a761976.zip | |
second commit lion review
Diffstat (limited to 'src/input_common/drivers/mouse.cpp')
| -rw-r--r-- | src/input_common/drivers/mouse.cpp | 5 |
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 @@ | |||
| 14 | namespace InputCommon { | 14 | namespace InputCommon { |
| 15 | constexpr int touch_axis_x = 10; | 15 | constexpr int touch_axis_x = 10; |
| 16 | constexpr int touch_axis_y = 11; | 16 | constexpr int touch_axis_y = 11; |
| 17 | constexpr PadIdentifier identifier = { | ||
| 18 | .guid = Common::UUID{Common::INVALID_UUID}, | ||
| 19 | .port = 0, | ||
| 20 | .pad = 0, | ||
| 21 | }; | ||
| 17 | 22 | ||
| 18 | Mouse::Mouse(const std::string input_engine_) : InputEngine(input_engine_) { | 23 | Mouse::Mouse(const std::string input_engine_) : InputEngine(input_engine_) { |
| 19 | PreSetController(identifier); | 24 | PreSetController(identifier); |