mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-20 01:01:10 -05:00
Add property to disable all mouse input (closes #1022)
This commit is contained in:
@@ -75,7 +75,6 @@ public:
|
||||
const std::multimap<KeyWithModifier, KeyInformation>& keyBindings() const;
|
||||
|
||||
private:
|
||||
|
||||
std::multimap<KeyWithModifier, KeyInformation> _keyLua;
|
||||
};
|
||||
|
||||
|
||||
@@ -166,6 +166,7 @@ private:
|
||||
|
||||
std::optional<NavigationState> _pendingNavigationState;
|
||||
|
||||
properties::BoolProperty _disableInputs;
|
||||
properties::BoolProperty _useKeyFrameInteraction;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user