Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/city-super/Octree-GS
/ isGUIEnabled
Method
isGUIEnabled
SIBR_viewers/src/core/graphics/Window.cpp:483–486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
481
}
482
483
bool Window::isGUIEnabled(void) const
484
{
485
return _useGUI;
486
}
487
488
void Window::setVsynced(const bool vsync) {
489
_useVSync = vsync;
Callers
1
MultiViewManager
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected