MCPcopy Create free account
hub / github.com/ddnet/ddnet / DoSubheader

Method DoSubheader

src/game/client/ui_listbox.cpp:182–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

180}
181
182CListboxItem CListBox::DoSubheader()
183{
184 CListboxItem Item = DoNextRow();
185 Item.m_Rect.Draw(ColorRGBA(1.0f, 1.0f, 1.0f, 0.2f), IGraphics::CORNER_NONE, 0.0f);
186 return Item;
187}
188
189int CListBox::DoEnd()
190{

Callers

nothing calls this directly

Calls 2

ColorRGBAClass · 0.50
DrawMethod · 0.45

Tested by

no test coverage detected