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

Method SetWindowSize

olcPixelGameEngine.h:5165–5168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5163 {
5164 public:
5165 virtual olc::rcode SetWindowSize(const olc::vi2d& vPos, const olc::vi2d& vSize) override
5166 {
5167 return olc::rcode::OK;
5168 }
5169
5170 virtual olc::rcode ShowWindowFrame(const bool bShowFrame = true) override
5171 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected