From 0d5fa0bc658e46269128bf23a9e981dfd9169de6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 18 May 2014 16:35:36 +0300 Subject: Use mouseeventtype in mouseinput. --- src/touchactions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/touchactions.cpp') 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()); -- cgit v1.2.3-60-g2f50