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

Method OnWindowResize

src/game/client/components/motd.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void CMotd::OnWindowResize()
41{
42 Graphics()->DeleteQuadContainer(m_RectQuadContainer);
43 TextRender()->DeleteTextContainer(m_TextContainerIndex);
44}
45
46void CMotd::OnRender()
47{

Callers

nothing calls this directly

Calls 4

GraphicsFunction · 0.85
TextRenderFunction · 0.85
DeleteQuadContainerMethod · 0.80
DeleteTextContainerMethod · 0.80

Tested by

no test coverage detected