| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected