diff options
-rw-r--r-- | src/touchactions.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/touchactions.cpp b/src/touchactions.cpp index 1b6abdf23..a79c14275 100644 --- a/src/touchactions.cpp +++ b/src/touchactions.cpp @@ -23,6 +23,8 @@ #include "mouseinput.h" #include "touchmanager.h" +#include "input/inputmanager.h" + #include "debug.h" bool padClicked(false); @@ -96,6 +98,7 @@ static void moveChar(int x, int y) touchManager.setActionActive(Input::KEY_MOVE_DOWN, false); touchManager.setActionActive(Input::KEY_MOVE_UP, false); } + inputManager.updateConditionMask(); } impHandler(padClick) |