mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
fix to GUI toggle with keyboard+touch inconsistency
This commit is contained in:
@@ -669,6 +669,7 @@ void TouchInteraction::decelerate() {
|
||||
void TouchInteraction::resetAfterInput() {
|
||||
ghoul_postcondition(_selected.empty(), "Selected list must be empty after reset");
|
||||
_lmSuccess = true;
|
||||
_guiON = OnScreenGUIModule::gui.isEnabled();
|
||||
//_directTouchMode = false;
|
||||
if (_directTouchMode && _selected.size() > 0) {
|
||||
double spinDelta = _spinSensitivity / OsEng.windowWrapper().averageDeltaTime();
|
||||
|
||||
Reference in New Issue
Block a user