MCPcopy 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

7620extern "C"
7621{
7622 EMSCRIPTEN_KEEPALIVE inline int olc_OnPageUnload()
7623 {
7624 olc::platform->ApplicationCleanUp(); return 0;
7625 }
7626}
7627
7628namespace olc

Callers

nothing calls this directly

Calls 1

ApplicationCleanUpMethod · 0.45

Tested by

no test coverage detected