summaryrefslogtreecommitdiff
path: root/src/touchmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r--src/touchmanager.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp
index efa4758b1..19024fff4 100644
--- a/src/touchmanager.cpp
+++ b/src/touchmanager.cpp
@@ -268,6 +268,11 @@ void TouchManager::draw()
}
}
+void TouchManager::safeDraw()
+{
+ draw();
+}
+
bool TouchManager::processEvent(const MouseInput &mouseInput)
{
const int x = mouseInput.getTouchX();