MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / BootstrapBackground

Method BootstrapBackground

src/bootstrap_gui.cpp:54–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52class BootstrapBackground : public Window {
53public:
54 BootstrapBackground() : Window(_background_desc)
55 {
56 this->InitNested(0);
57 this->flags.Reset(WindowFlag::WhiteBorder);
58 ResizeWindow(this, _screen.width, _screen.height);
59 }
60
61 void DrawWidget(const Rect &r, WidgetID) const override
62 {

Callers

nothing calls this directly

Calls 3

ResizeWindowFunction · 0.85
InitNestedMethod · 0.80
ResetMethod · 0.45

Tested by

no test coverage detected