MCPcopy Create free account
hub / github.com/axmolengine/axmol / windowShouldClose

Method windowShouldClose

core/platform/RenderViewImpl.cpp:738–744  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738bool RenderViewImpl::windowShouldClose()
739{
740 if (_mainWindow)
741 return glfwWindowShouldClose(_mainWindow) ? true : false;
742 else
743 return true;
744}
745
746void RenderViewImpl::pollEvents()
747{

Callers 3

renderFrameFunction · 0.80
runMethod · 0.80
runMethod · 0.80

Calls 1

glfwWindowShouldCloseFunction · 0.85

Tested by

no test coverage detected