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