Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/diasurgical/devilution
/ CircleMenuHintTextColor
Function
CircleMenuHintTextColor
SourceX/controls/modifier_hints.cpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
text_color CircleMenuHintTextColor(bool active)
91
{
92
return active ? COL_BLUE : COL_GOLD;
93
}
94
95
void DrawCircleMenuHint(const CircleMenuHint &hint, int x, int y)
96
{
Callers
1
DrawCircleMenuHint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected