summaryrefslogtreecommitdiff
path: root/src/touchactions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchactions.cpp')
-rw-r--r--src/touchactions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touchactions.cpp b/src/touchactions.cpp
index d4f7d9f6e..17e9591af 100644
--- a/src/touchactions.cpp
+++ b/src/touchactions.cpp
@@ -109,7 +109,7 @@ impHandler(padClick)
impHandler(padEvents)
{
- if (mouseInput.getType() == MouseInput::MOVED)
+ if (mouseInput.getType() == MouseEventType::MOVED)
{
if (padClicked)
moveChar(mouseInput.getX(), mouseInput.getY());