diff options
Diffstat (limited to 'src/input_common/drivers/mouse.h')
| -rw-r--r-- | src/input_common/drivers/mouse.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/input_common/drivers/mouse.h b/src/input_common/drivers/mouse.h index 429502af9..f7e6db0b5 100644 --- a/src/input_common/drivers/mouse.h +++ b/src/input_common/drivers/mouse.h | |||
| @@ -72,6 +72,7 @@ private: | |||
| 72 | Common::Vec2<int> mouse_origin; | 72 | Common::Vec2<int> mouse_origin; |
| 73 | Common::Vec2<int> last_mouse_position; | 73 | Common::Vec2<int> last_mouse_position; |
| 74 | Common::Vec2<float> last_mouse_change; | 74 | Common::Vec2<float> last_mouse_change; |
| 75 | Common::Vec2<int> wheel_position; | ||
| 75 | bool button_pressed; | 76 | bool button_pressed; |
| 76 | int mouse_panning_timout{}; | 77 | int mouse_panning_timout{}; |
| 77 | std::jthread update_thread; | 78 | std::jthread update_thread; |