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

Method Label

extensions/olcPGEX_QuickGUI.h:466–470  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected