MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / BringToFront

Method BringToFront

src/openrct2/ui/DummyWindowManager.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 void InvalidateWidgetByNumber(WindowClass cls, WindowNumber number, WidgetIndex widgetIndex) override {};
119
120 WindowBase* BringToFront(WindowBase& w) override
121 {
122 return nullptr;
123 }
124 WindowBase* BringToFrontByClass(WindowClass cls) override
125 {
126 return nullptr;

Callers 1

WindowZoomSetFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected