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

Method SetWindowSize

olcPixelGameEngine.h:7634–7637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7632 public:
7633
7634 virtual olc::rcode SetWindowSize(const olc::vi2d& vPos, const olc::vi2d& vSize) override
7635 {
7636 return olc::rcode::OK;
7637 }
7638
7639 virtual olc::rcode ShowWindowFrame(const bool bShowFrame = true) override
7640 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected