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

Method OnWindowResize

src/game/client/gameclient.cpp:1296–1302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294}
1295
1296void CGameClient::OnWindowResize()
1297{
1298 for(auto &pComponent : m_vpAll)
1299 pComponent->OnWindowResize();
1300
1301 Ui()->OnWindowResize();
1302}
1303
1304void CGameClient::OnLanguageChange()
1305{

Callers 1

HandleLanguageChangedMethod · 0.45

Calls 1

UiFunction · 0.85

Tested by

no test coverage detected