MCPcopy Create free account
hub / github.com/diasurgical/DevilutionX / ButtonSprite

Function ButtonSprite

Source/DiabloUI/button.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32ClxSprite ButtonSprite(bool pressed)
33{
34 return (*ButtonSprites)[pressed ? 1 : 0];
35}
36
37void RenderButton(const UiButton &button)
38{

Callers 2

RenderButtonFunction · 0.85
ProgressRenderForegroundFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected