Add property to disable all mouse input (closes #1022)

This commit is contained in:
Alexander Bock
2020-02-12 21:19:01 +01:00
parent 7abac51223
commit b09b936293
3 changed files with 23 additions and 7 deletions
@@ -75,7 +75,6 @@ public:
const std::multimap<KeyWithModifier, KeyInformation>& keyBindings() const;
private:
std::multimap<KeyWithModifier, KeyInformation> _keyLua;
};