mute mouse input when we have touch input (for feedback on linux)

This commit is contained in:
Jonathan Bosson
2017-05-18 19:19:26 -06:00
parent bae7110f30
commit 612b207d19
6 changed files with 77 additions and 70 deletions
+2
View File
@@ -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;