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

Function updateViewports

src/OpenLoco/src/Ui/WindowManager.cpp:100–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 void updateViewports()
101 {
102 for (auto&& w : _windows)
103 {
104 w.viewportsUpdatePosition();
105 }
106 }
107
108 // 0x004C6118
109 void update()

Callers 1

renderMethod · 0.85

Calls 1

Tested by

no test coverage detected