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

Method BaseControl

extensions/olcPGEX_QuickGUI.h:400–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398
399#pragma region BaseControl
400 BaseControl::BaseControl(olc::QuickGUI::Manager& manager) : m_manager(manager)
401 {
402 m_manager.AddControl(this);
403 }
404
405 BaseControl::~BaseControl()
406 {

Callers

nothing calls this directly

Calls 1

AddControlMethod · 0.80

Tested by

no test coverage detected