Feature/gui for touch (#967)

Merging in feature gui for touch. Enable touch module to run.
Currently only run on development mode with the "touch" scene.
This commit is contained in:
liuloppan
2019-09-18 23:49:51 +02:00
committed by GitHub
parent c3b481f1e9
commit 78eb673611
42 changed files with 543 additions and 120 deletions

View File

@@ -58,7 +58,7 @@ double StaticScale::scaleValue(const UpdateData&) const {
return _scaleValue;
}
StaticScale::StaticScale() : _scaleValue(ScaleInfo, 1.0, 1.0, 1e6) {
StaticScale::StaticScale() : _scaleValue(ScaleInfo, 1.0, 0.1, 100) {
addProperty(_scaleValue);
_scaleValue.onChange([this]() {