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.h | |
| 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.h')
| -rw-r--r-- | src/input_common/drivers/mouse.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/input_common/drivers/mouse.h b/src/input_common/drivers/mouse.h index cf0918409..1be362b94 100644 --- a/src/input_common/drivers/mouse.h +++ b/src/input_common/drivers/mouse.h | |||
| @@ -62,11 +62,6 @@ private: | |||
| 62 | void UpdateThread(std::stop_token stop_token); | 62 | void UpdateThread(std::stop_token stop_token); |
| 63 | void StopPanning(); | 63 | void StopPanning(); |
| 64 | 64 | ||
| 65 | const PadIdentifier identifier = { | ||
| 66 | .guid = Common::UUID{Common::INVALID_UUID}, | ||
| 67 | .port = 0, | ||
| 68 | .pad = 0, | ||
| 69 | }; | ||
| 70 | Common::Vec2<int> mouse_origin; | 65 | Common::Vec2<int> mouse_origin; |
| 71 | Common::Vec2<int> last_mouse_position; | 66 | Common::Vec2<int> last_mouse_position; |
| 72 | Common::Vec2<float> last_mouse_change; | 67 | Common::Vec2<float> last_mouse_change; |