Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddnet/ddnet
/ Screen
Method
Screen
src/game/client/ui.cpp:445–450 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
}
444
445
const CUIRect *CUi::Screen()
446
{
447
m_Screen.h = 600.0f;
448
m_Screen.w = Graphics()->ScreenAspect() * m_Screen.h;
449
return &m_Screen;
450
}
451
452
void CUi::MapScreen()
453
{
Callers
15
RenderShutdownMessage
Method · 0.80
OnRender
Method · 0.80
RenderLoading
Method · 0.80
Render
Method · 0.80
OnRender
Method · 0.80
SetUiMousePos
Method · 0.80
ConToggleScoreboardCursor
Method · 0.80
OnRender
Method · 0.80
UpdateEntryTextAttributes
Method · 0.80
UpdateSearch
Method · 0.80
OnRender
Method · 0.80
OnRender
Method · 0.80
Calls
2
Graphics
Function · 0.85
ScreenAspect
Method · 0.80
Tested by
no test coverage detected