Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
182
CListboxItem 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
189
int CListBox::DoEnd()
190
{
Callers
nothing calls this directly
Calls
2
ColorRGBA
Class · 0.50
Draw
Method · 0.45
Tested by
no test coverage detected