Add property to disable all mouse input in OpenSpace engine (#2361)

Solves problem with double inputs when using touch interaction
This commit is contained in:
Emma Broman
2022-12-16 14:07:22 +01:00
committed by GitHub
parent f48b5f4cd5
commit 53f6c8cbeb
2 changed files with 22 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ private:
properties::BoolProperty _printEvents;
properties::OptionProperty _visibility;
properties::BoolProperty _showHiddenSceneGraphNodes;
properties::BoolProperty _disableAllMouseInputs;
std::unique_ptr<Scene> _scene;
std::unique_ptr<AssetManager> _assetManager;