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

Method SetWindowSize

olcPixelGameEngine.h:7293–7296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7291 static std::atomic<bool>* bActiveRef;
7292
7293 virtual olc::rcode SetWindowSize(const olc::vi2d& vPos, const olc::vi2d& vSize) override
7294 {
7295 return olc::rcode::OK;
7296 }
7297
7298 virtual olc::rcode ShowWindowFrame(const bool bShowFrame = true) override
7299 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected