mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 20:36:49 +02:00
set focus on enter hmd
This commit is contained in:
parent
155f88e267
commit
3d9b0f1be5
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ void HMDToolsDialog::enterHDMMode() {
|
||||||
Application::getInstance()->setActiveDisplayPlugin(_hmdPluginName);
|
Application::getInstance()->setActiveDisplayPlugin(_hmdPluginName);
|
||||||
|
|
||||||
_inHDMMode = true;
|
_inHDMMode = true;
|
||||||
|
Application::getInstance()->getWindow()->activateWindow();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue