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

Method Update

extensions/olcPGEX_QuickGUI.h:436–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

434 }
435
436 void Manager::Update(olc::PixelGameEngine* pge)
437 {
438 for (auto& p : m_vControls) p->Update(pge);
439 }
440
441 void Manager::Draw(olc::PixelGameEngine* pge)
442 {

Callers 3

OnAfterUserCreateMethod · 0.45
OnBeforeUserUpdateMethod · 0.45
OnBeforeUserCreateMethod · 0.45

Calls 8

GetMouseMethod · 0.80
IsTextEntryEnabledMethod · 0.80
TextEntryEnableMethod · 0.80
TextEntryGetStringMethod · 0.80
GetElapsedTimeMethod · 0.80
dotMethod · 0.45
mag2Method · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected