Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ olc_OnPageUnload
Function
olc_OnPageUnload
olcPixelGameEngine.h:7622–7625 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7620
extern
"C"
7621
{
7622
EMSCRIPTEN_KEEPALIVE inline int olc_OnPageUnload()
7623
{
7624
olc::platform->ApplicationCleanUp(); return 0;
7625
}
7626
}
7627
7628
namespace olc
Callers
nothing calls this directly
Calls
1
ApplicationCleanUp
Method · 0.45
Tested by
no test coverage detected