mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 00:53:17 +02:00
Adding missed file
This commit is contained in:
parent
14784a6088
commit
88d28120b6
1 changed files with 1 additions and 0 deletions
|
@ -268,6 +268,7 @@ void handleOpenVrEvents() {
|
||||||
case vr::VREvent_KeyboardClosed:
|
case vr::VREvent_KeyboardClosed:
|
||||||
_keyboardFocusObject = nullptr;
|
_keyboardFocusObject = nullptr;
|
||||||
_keyboardShown = false;
|
_keyboardShown = false;
|
||||||
|
DependencyManager::get<OffscreenUi>()->unfocusWindows();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue