summaryrefslogtreecommitdiff
path: root/src/touchmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r--src/touchmanager.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp
index dbb1ea9b2..aa5871057 100644
--- a/src/touchmanager.cpp
+++ b/src/touchmanager.cpp
@@ -296,6 +296,14 @@ bool TouchManager::processEvent(const MouseInput &mouseInput)
item->funcReleased(event);
break;
default:
+ case MouseEventType::MOVED:
+ case MouseEventType::WHEEL_MOVED_DOWN:
+ case MouseEventType::WHEEL_MOVED_UP:
+ case MouseEventType::CLICKED:
+ case MouseEventType::ENTERED:
+ case MouseEventType::EXITED:
+ case MouseEventType::DRAGGED:
+ case MouseEventType::RELEASED2:
break;
}
return true;