From 6e814735747994a6bae02c833e35dc6648f373bd Mon Sep 17 00:00:00 2001 From: german77 Date: Sun, 2 May 2021 18:59:02 -0500 Subject: input_common: Release mouse buttons on out of focus --- src/input_common/mouse/mouse_input.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/input_common/mouse/mouse_input.h') diff --git a/src/input_common/mouse/mouse_input.h b/src/input_common/mouse/mouse_input.h index 750d9b011..5a971ad67 100644 --- a/src/input_common/mouse/mouse_input.h +++ b/src/input_common/mouse/mouse_input.h @@ -65,10 +65,16 @@ public: void MouseMove(int x, int y, int center_x, int center_y); /** - * Signals that a motion sensor tilt has ended. + * Signals that a button is released. + * @param button_ the button pressed */ void ReleaseButton(MouseButton button_); + /** + * Signals that all buttons are released + */ + void ReleaseAllButtons(); + [[nodiscard]] bool ToggleButton(std::size_t button_); [[nodiscard]] bool UnlockButton(std::size_t button_); -- cgit v1.2.3