MCPcopy 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
445const 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
452void CUi::MapScreen()
453{

Callers 15

RenderShutdownMessageMethod · 0.80
OnRenderMethod · 0.80
RenderLoadingMethod · 0.80
RenderMethod · 0.80
OnRenderMethod · 0.80
SetUiMousePosMethod · 0.80
OnRenderMethod · 0.80
UpdateSearchMethod · 0.80
OnRenderMethod · 0.80
OnRenderMethod · 0.80

Calls 2

GraphicsFunction · 0.85
ScreenAspectMethod · 0.80

Tested by

no test coverage detected