Feature/touch fixes (#2463)

* Add Ceres to touch interaction list (Forgotten in previous commit. OBS! This list will be removed)

* Small code updates (Logical ordering of functions, code standard)

* Fix compilation issue when using debug define

* Make touch navigation abort idle behavior

* Make reset a trigger property

* Fix some broken property sliders (the default step size was too big)

* Update interaction monitor state on touch interaction with WebGui

* Add some documentation of what "LM" means, and make unit test a developer property
This commit is contained in:
Emma Broman
2023-02-01 12:44:34 +01:00
committed by GitHub
parent 6694c3e7ee
commit a0f9e88432
5 changed files with 186 additions and 161 deletions

View File

@@ -33,7 +33,7 @@
namespace openspace {
class TuioEar;
class TuioEar;
#ifdef WIN32
class Win32TouchHook;