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

Method SetPopupMenuClosedCallback

src/game/client/ui.cpp:1778–1781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1776}
1777
1778void CUi::SetPopupMenuClosedCallback(FPopupMenuClosedCallback pfnCallback)
1779{
1780 m_pfnPopupMenuClosedCallback = std::move(pfnCallback);
1781}
1782
1783void CUi::SMessagePopupContext::DefaultColor(ITextRender *pTextRender)
1784{

Callers 1

InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected