Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
738
bool RenderViewImpl::windowShouldClose()
739
{
740
if (_mainWindow)
741
return glfwWindowShouldClose(_mainWindow) ? true : false;
742
else
743
return true;
744
}
745
746
void RenderViewImpl::pollEvents()
747
{
Callers
3
renderFrame
Function · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
1
glfwWindowShouldClose
Function · 0.85
Tested by
no test coverage detected