mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-03 01:09:34 -05:00
mute mouse input when we have touch input (for feedback on linux)
This commit is contained in:
@@ -86,6 +86,7 @@ class TouchInteraction : public properties::PropertyOwner
|
||||
void unitTest();
|
||||
void resetAfterInput();
|
||||
void tap();
|
||||
void touchActive(bool active);
|
||||
|
||||
// Get & Setters
|
||||
Camera* getCamera();
|
||||
@@ -108,6 +109,7 @@ class TouchInteraction : public properties::PropertyOwner
|
||||
properties::StringProperty _origin;
|
||||
properties::BoolProperty _unitTest;
|
||||
properties::BoolProperty _onlyPan; // temp
|
||||
properties::BoolProperty _touchActive;
|
||||
properties::IntProperty _maxTapTime;
|
||||
properties::FloatProperty _touchScreenSize;
|
||||
properties::FloatProperty _tapZoomFactor;
|
||||
|
||||
Reference in New Issue
Block a user