MCPcopy 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
90text_color CircleMenuHintTextColor(bool active)
91{
92 return active ? COL_BLUE : COL_GOLD;
93}
94
95void DrawCircleMenuHint(const CircleMenuHint &hint, int x, int y)
96{

Callers 1

DrawCircleMenuHintFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected