Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
OnBeforeUserUpdate
Method · 0.45
Calls
11
PixelLerp
Function · 0.85
DrawDecal
Function · 0.85
GetTextSizeProp
Method · 0.80
IsTextEntryEnabled
Method · 0.80
TextEntryGetCursor
Method · 0.80
Decal
Method · 0.80
FillRectDecal
Method · 0.45
SetDecalMode
Method · 0.45
DrawStringPropDecal
Method · 0.45
DrawLineDecal
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected