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

Method OnWindowResize

src/engine/client/client.cpp:4361–4367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4359}
4360
4361void CClient::OnWindowResize()
4362{
4363 TextRender()->OnPreWindowResize();
4364 GameClient()->OnWindowResize();
4365 m_pEditor->OnWindowResize();
4366 TextRender()->OnWindowResize();
4367}
4368
4369void CClient::ConchainWindowVSync(IConsole::IResult *pResult, void *pUserData, IConsole::FCommandCallback pfnCallback, void *pCallbackUserData)
4370{

Callers

nothing calls this directly

Calls 2

TextRenderFunction · 0.85
OnPreWindowResizeMethod · 0.80

Tested by

no test coverage detected