MCPcopy Create free account
hub / github.com/Sharath-girish/efficientgaussian / toggleGUI

Method toggleGUI

SIBR_viewers/src/core/view/MultiViewManager.cpp:644–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

642 }
643
644 void MultiViewManager::toggleGUI()
645 {
646 _showGUI = !_showGUI;
647 if (!_showGUI) {
648 SIBR_LOG << "[MultiViewManager] GUI is now hidden, use Ctrl+Alt+G to toggle it back on." << std::endl;
649 }
650 toggleSubViewsGUI();
651 }
652
653
654} // namespace sibr

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected