Add property to disable direct manipulation

This commit is contained in:
Malin E
2023-01-16 15:38:40 +01:00
parent c10361d81e
commit ef635c5676
2 changed files with 10 additions and 1 deletions
+1
View File
@@ -156,6 +156,7 @@ private:
properties::BoolProperty _touchActive;
properties::BoolProperty _disableZoom;
properties::BoolProperty _disableRoll;
properties::BoolProperty _disableDirect;
properties::BoolProperty _reset;
properties::IntProperty _maxTapTime;
properties::IntProperty _deceleratesPerSecond;