From 7da95c7f4da447876458a0b1a17736b9a2865844 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 18 May 2014 19:47:28 +0300 Subject: Move inputaction into separate file. --- src/touchmanager.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/touchmanager.h') 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 -- cgit v1.2.3-60-g2f50