diff options
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; |