Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ should_close
Method
should_close
src/host/glfw_host_backend.cpp:86–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
bool GlfwHostBackend::should_close() const {
87
return window_ == nullptr || glfwWindowShouldClose(window_) != 0;
88
}
89
90
FramebufferSize GlfwHostBackend::framebuffer_size() const {
91
FramebufferSize size{};
Callers
1
tick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected