mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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