MCPcopy 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
82void GlfwHostBackend::poll_events() {
83 glfwPollEvents();
84}
85
86bool GlfwHostBackend::should_close() const {
87 return window_ == nullptr || glfwWindowShouldClose(window_) != 0;

Callers 1

tickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected