mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
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:
@@ -33,7 +33,7 @@
|
||||
|
||||
namespace openspace {
|
||||
|
||||
class TuioEar;
|
||||
class TuioEar;
|
||||
|
||||
#ifdef WIN32
|
||||
class Win32TouchHook;
|
||||
|
||||
Reference in New Issue
Block a user