Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
render
Method · 0.85
Calls
1
viewportsUpdatePosition
Method · 0.80
Tested by
no test coverage detected