mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:47:30 +02:00
WIP.
This commit is contained in:
parent
51b1188bdb
commit
6717a16098
1 changed files with 5 additions and 0 deletions
|
@ -5125,6 +5125,11 @@ void Application::toggleOverlays() {
|
|||
menu->setIsOptionChecked(MenuOption::Overlays, !menu->isOptionChecked(MenuOption::Overlays));
|
||||
}
|
||||
|
||||
void Application::setShowOverlays(bool value) {
|
||||
_hmdTabletBecomesToolbarSetting.set(value);
|
||||
updateSystemTabletMode();
|
||||
}
|
||||
|
||||
void Application::centerUI() {
|
||||
_overlayConductor.centerUI();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue