Feature/interaction monitor (#999)

* interaction monitor first commit

* Renaming some member variables with underscore

* Interaction monitor registering mouse events and touch events

* Added setIdleTime

* Adding to CMakeLists

* Moved interactionmoitor.cpp to correct locatioN

* Cleanup after review. Removed interaction type string and fixed indentation

* Changed documentation description

* Renamed hasNewWebInput to processNewWebInput

* Some cleanup

* Rename registerInteraction to markInteraction
Add markInteraction calls to mouse and keyboard event sin OpenSpaceEngine
This commit is contained in:
liuloppan
2019-10-30 13:18:46 +01:00
committed by GitHub
parent bd27ac1ee1
commit da8beff8e9
10 changed files with 234 additions and 55 deletions

View File

@@ -642,7 +642,7 @@ scripting::LuaLibrary NavigationHandler::luaLibrary() {
"locally or remotely. The latter being the default."
},
{
"clearJoystickButotn",
"clearJoystickButton",
&luascriptfunctions::clearJoystickButton,
{},
"int",