MCPcopy Create free account
hub / github.com/BoomingTech/Piccolo / shouldClose

Method shouldClose

engine/source/runtime/function/render/window_system.cpp:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 void WindowSystem::pollEvents() const { glfwPollEvents(); }
50
51 bool WindowSystem::shouldClose() const { return glfwWindowShouldClose(m_window); }
52
53 void WindowSystem::setTitle(const char* title) { glfwSetWindowTitle(m_window, title); }
54

Callers 2

runMethod · 0.80
tickOneFrameMethod · 0.80

Calls 1

glfwWindowShouldCloseFunction · 0.85

Tested by

no test coverage detected