Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OneLoneCoder/olcPixelGameEngine
/ Draw
Method
Draw
extensions/olcPGEX_QuickGUI.h:441–444 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
439
}
440
441
void Manager::Draw(olc::PixelGameEngine* pge)
442
{
443
for (auto& p : m_vControls) p->Draw(pge);
444
}
445
446
void Manager::DrawDecal(olc::PixelGameEngine* pge)
447
{
Callers
5
DrawSprite
Method · 0.45
Render
Method · 0.45
TexturedTriangle
Method · 0.45
RasterTriangle
Method · 0.45
OnUserUpdate
Method · 0.45
Calls
13
PixelLerp
Function · 0.85
GetTextSizeProp
Method · 0.80
DrawStringProp
Method · 0.80
IsTextEntryEnabled
Method · 0.80
TextEntryGetCursor
Method · 0.80
FillRect
Method · 0.45
DrawRect
Method · 0.45
DrawSprite
Method · 0.45
Sprite
Method · 0.45
DrawLine
Method · 0.45
FillCircle
Method · 0.45
DrawCircle
Method · 0.45
Tested by
1
OnUserUpdate
Method · 0.36