| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected