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

Method SetWindowSize

olcPixelGameEngine.h:7170–7173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7168 }
7169
7170 virtual olc::rcode SetWindowSize(const olc::vi2d& vPos, const olc::vi2d& vSize) override
7171 {
7172 return olc::rcode::OK;
7173 }
7174
7175 virtual olc::rcode ShowWindowFrame(const bool bShowFrame = true) override
7176 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected