Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
ClxSprite ButtonSprite(bool pressed)
33
{
34
return (*ButtonSprites)[pressed ? 1 : 0];
35
}
36
37
void RenderButton(const UiButton &button)
38
{
Callers
2
RenderButton
Function · 0.85
ProgressRenderForeground
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected