Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnAfterUserCreate
Method · 0.45
OnBeforeUserUpdate
Method · 0.45
OnBeforeUserCreate
Method · 0.45
Calls
8
GetMouse
Method · 0.80
IsTextEntryEnabled
Method · 0.80
TextEntryEnable
Method · 0.80
TextEntryGetString
Method · 0.80
GetElapsedTime
Method · 0.80
dot
Method · 0.45
mag2
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected