mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-10 13:40:08 -06:00
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:
@@ -642,7 +642,7 @@ scripting::LuaLibrary NavigationHandler::luaLibrary() {
|
||||
"locally or remotely. The latter being the default."
|
||||
},
|
||||
{
|
||||
"clearJoystickButotn",
|
||||
"clearJoystickButton",
|
||||
&luascriptfunctions::clearJoystickButton,
|
||||
{},
|
||||
"int",
|
||||
|
||||
Reference in New Issue
Block a user