MCPcopy 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

DrawSpriteMethod · 0.45
RenderMethod · 0.45
TexturedTriangleMethod · 0.45
RasterTriangleMethod · 0.45
OnUserUpdateMethod · 0.45

Calls 13

PixelLerpFunction · 0.85
GetTextSizePropMethod · 0.80
DrawStringPropMethod · 0.80
IsTextEntryEnabledMethod · 0.80
TextEntryGetCursorMethod · 0.80
FillRectMethod · 0.45
DrawRectMethod · 0.45
DrawSpriteMethod · 0.45
SpriteMethod · 0.45
DrawLineMethod · 0.45
FillCircleMethod · 0.45
DrawCircleMethod · 0.45

Tested by 1

OnUserUpdateMethod · 0.36