summaryrefslogtreecommitdiff
path: root/src/touchmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r--src/touchmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp
index 4a992244c..7675cfb9b 100644
--- a/src/touchmanager.cpp
+++ b/src/touchmanager.cpp
@@ -34,6 +34,8 @@ TouchManager::TouchManager() :
mKeyboard(nullptr),
mPad(nullptr)
{
+ for (int f = 0;f < actionsSize; f ++)
+ mActions[f] = false;
}
TouchManager::~TouchManager()