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

Method onDrawWidget

src/openrct2-ui/interface/Window.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 }
339
340 void Window::onDrawWidget(WidgetIndex widgetIndex, RenderTarget& rt)
341 {
342 widgetDraw(rt, *this, widgetIndex);
343 }
344
345 void Window::initScrollWidgets()
346 {

Callers 1

WindowDrawWidgetsFunction · 0.45

Calls 1

widgetDrawFunction · 0.85

Tested by

no test coverage detected