MCPcopy 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
86bool GlfwHostBackend::should_close() const {
87 return window_ == nullptr || glfwWindowShouldClose(window_) != 0;
88}
89
90FramebufferSize GlfwHostBackend::framebuffer_size() const {
91 FramebufferSize size{};

Callers 1

tickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected