| 7291 | static std::atomic<bool>* bActiveRef; |
| 7292 | |
| 7293 | virtual olc::rcode SetWindowSize(const olc::vi2d& vPos, const olc::vi2d& vSize) override |
| 7294 | { |
| 7295 | return olc::rcode::OK; |
| 7296 | } |
| 7297 | |
| 7298 | virtual olc::rcode ShowWindowFrame(const bool bShowFrame = true) override |
| 7299 | { |
nothing calls this directly
no outgoing calls
no test coverage detected