MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / ThreadCleanUp

Method ThreadCleanUp

olcPixelGameEngine.h:5178–5178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5176 virtual olc::rcode ApplicationCleanUp() { return olc::rcode::OK; }
5177 virtual olc::rcode ThreadStartUp() { return olc::rcode::OK; }
5178 virtual olc::rcode ThreadCleanUp() { return olc::rcode::OK; }
5179 virtual olc::rcode CreateGraphics(bool bFullScreen, bool bEnableVSYNC, const olc::vi2d& vViewPos, const olc::vi2d& vViewSize) { return olc::rcode::OK; }
5180 virtual olc::rcode CreateWindowPane(const olc::vi2d& vWindowPos, olc::vi2d& vWindowSize, bool bFullScreen) { return olc::rcode::OK; }
5181 virtual olc::rcode SetWindowTitle(const std::string& s) { return olc::rcode::OK; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected