| 464 | |
| 465 | #pragma region Label |
| 466 | Label::Label(olc::QuickGUI::Manager& manager, const std::string& text, const olc::vf2d& pos, const olc::vf2d& size) |
| 467 | : BaseControl(manager) |
| 468 | { |
| 469 | vPos = pos; vSize = size; sText = text; |
| 470 | } |
| 471 | |
| 472 | void Label::Update(olc::PixelGameEngine* pge) |
| 473 | { |
nothing calls this directly
no outgoing calls
no test coverage detected