Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ isFullScreen
Method
isFullScreen
src/window/Window.cpp:731–734 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
729
730
731
bool Window::isFullScreen() {
732
GLFWmonitor* monitor = glfwGetWindowMonitor(win);
733
return monitor != NULL;
734
}
735
736
737
double Window::getMonitorRefreshRate() {
Callers
5
step
Method · 0.80
onHoverKey
Method · 0.80
step
Method · 0.80
onHover
Method · 0.80
onAction
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected