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

Method DrawDecal

extensions/olcPGEX_QuickGUI.h:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 }
445
446 void Manager::DrawDecal(olc::PixelGameEngine* pge)
447 {
448 for (auto& p : m_vControls) p->DrawDecal(pge);
449 }
450
451 void Manager::CopyThemeFrom(const Manager& manager)
452 {

Callers 1

OnBeforeUserUpdateMethod · 0.45

Calls 11

PixelLerpFunction · 0.85
DrawDecalFunction · 0.85
GetTextSizePropMethod · 0.80
IsTextEntryEnabledMethod · 0.80
TextEntryGetCursorMethod · 0.80
DecalMethod · 0.80
FillRectDecalMethod · 0.45
SetDecalModeMethod · 0.45
DrawStringPropDecalMethod · 0.45
DrawLineDecalMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected