MCPcopy 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
731bool Window::isFullScreen() {
732 GLFWmonitor* monitor = glfwGetWindowMonitor(win);
733 return monitor != NULL;
734}
735
736
737double Window::getMonitorRefreshRate() {

Callers 5

stepMethod · 0.80
onHoverKeyMethod · 0.80
stepMethod · 0.80
onHoverMethod · 0.80
onActionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected