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

Method SetWindowSize

olcPixelGameEngine.h:4499–4505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4497
4498
4499 olc::rcode PixelGameEngine::SetWindowSize(const olc::vi2d& vPos, const olc::vi2d& vSize)
4500 {
4501 if (platform)
4502 return platform->SetWindowSize(vPos, vSize);
4503 else
4504 return olc::FAIL;
4505 }
4506
4507 olc::rcode PixelGameEngine::ShowWindowFrame(const bool bShowFrame)
4508 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected