summaryrefslogtreecommitdiff
path: root/src/touchactions.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-05-18 16:35:36 +0300
committerAndrei Karas <akaras@inbox.ru>2014-05-18 16:35:36 +0300
commit0d5fa0bc658e46269128bf23a9e981dfd9169de6 (patch)
tree913c8cb105ebfe8c37fa65a1a74b92e160e49364 /src/touchactions.cpp
parent03c74387d37cefcc18e59db203d17d78cda40e8e (diff)
downloadplus-0d5fa0bc658e46269128bf23a9e981dfd9169de6.tar.gz
plus-0d5fa0bc658e46269128bf23a9e981dfd9169de6.tar.bz2
plus-0d5fa0bc658e46269128bf23a9e981dfd9169de6.tar.xz
plus-0d5fa0bc658e46269128bf23a9e981dfd9169de6.zip
Use mouseeventtype in mouseinput.
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());