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

View File

@@ -75,7 +75,6 @@ public:
const std::multimap<KeyWithModifier, KeyInformation>& keyBindings() const;
private:
std::multimap<KeyWithModifier, KeyInformation> _keyLua;
};

View File

@@ -166,6 +166,7 @@ private:
std::optional<NavigationState> _pendingNavigationState;
properties::BoolProperty _disableInputs;
properties::BoolProperty _useKeyFrameInteraction;
};