This commit is contained in:
NissimHadar 2018-05-30 16:59:53 -07:00
parent c1bc3bd154
commit df668e44ca

View file

@ -3180,6 +3180,11 @@ void Application::setHmdTabletBecomesToolbarSetting(bool value) {
updateSystemTabletMode();
}
void Application::setShowOverlays(bool value) {
_hmdTabletBecomesToolbarSetting.set(value);
updateSystemTabletMode();
}
void Application::setPreferStylusOverLaser(bool value) {
_preferStylusOverLaserSetting.set(value);
}