MCPcopy Create free account
hub / github.com/diasurgical/devilution / DrawSelectModifierMenu

Function DrawSelectModifierMenu

SourceX/controls/modifier_hints.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void DrawSelectModifierMenu()
122{
123 if (!select_modifier_active)
124 return;
125 static const CircleMenuHint kSpells(/*is_dpad=*/false, "F6", "F8", "F7", "F5");
126 DrawCircleMenuHint(kSpells, SCREEN_WIDTH - kSpells.width() - kCircleMarginX, kCirclesTop);
127}
128
129} // namespace
130

Callers 1

Calls 2

DrawCircleMenuHintFunction · 0.85
widthMethod · 0.80

Tested by

no test coverage detected