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

Method AddControl

extensions/olcPGEX_QuickGUI.h:431–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

429 }
430
431 void Manager::AddControl(BaseControl* control)
432 {
433 m_vControls.push_back(control);
434 }
435
436 void Manager::Update(olc::PixelGameEngine* pge)
437 {

Callers 1

BaseControlMethod · 0.80

Calls 1

push_backMethod · 0.80

Tested by

no test coverage detected