summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index 6a7727c07..441f59d95 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -999,6 +999,11 @@ void Gui::handleMouseInput()
case MouseEventType::WHEEL_MOVED_UP:
handleMouseWheelMovedUp(mouseInput);
break;
+ case MouseEventType::CLICKED:
+ case MouseEventType::ENTERED:
+ case MouseEventType::EXITED:
+ case MouseEventType::DRAGGED:
+ case MouseEventType::RELEASED2:
default:
break;
}