summaryrefslogtreecommitdiff
path: root/src/touchmanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchmanager.h')
-rw-r--r--src/touchmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/touchmanager.h b/src/touchmanager.h
index d874ec452..6033dc951 100644
--- a/src/touchmanager.h
+++ b/src/touchmanager.h
@@ -23,6 +23,7 @@
#include "listeners/configlistener.h"
+#include "input/inputaction.h"
#include "input/keydata.h"
#include "gui/rect.h"
@@ -39,7 +40,7 @@ class MouseInput;
typedef void (*TouchFuncPtr) (const MouseInput &mouseInput);
-const int actionsSize = Input::KEY_TOTAL;
+const int actionsSize = InputAction::TOTAL;
const int buttonsCount = 12;
struct TouchItem final