MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / draw

Function draw

src/OpenLoco/src/Ui/Windows/MessageWindow.cpp:220–224  ·  view source on GitHub ↗

0x0042A5CC

Source from the content-addressed store, hash-verified

218
219 // 0x0042A5CC
220 static void draw(Window& self, Gfx::DrawingContext& drawingCtx)
221 {
222 self.draw(drawingCtx);
223 Common::drawTabs(self, drawingCtx);
224 }
225
226 // 0x0042A5D7
227 static void drawScroll(Ui::Window& self, Gfx::DrawingContext& drawingCtx, [[maybe_unused]] const uint32_t scrollIndex)

Callers

nothing calls this directly

Calls 2

drawTabsFunction · 0.70
drawMethod · 0.45

Tested by

no test coverage detected