Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenLoco/OpenLoco
/ callEvent9OnAllWindows
Function
callEvent9OnAllWindows
src/OpenLoco/src/Ui/WindowManager.cpp:947–952 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
945
}
946
947
void callEvent9OnAllWindows()
948
{
949
std::for_each(_windows.rbegin(), _windows.rend(), [](auto& w) {
950
w.call_9();
951
});
952
}
953
954
// 0x0045F18B
955
void callViewportRotateEventOnAllWindows()
Callers
2
handleInput
Function · 0.85
minimalHandleInput
Function · 0.85
Calls
3
rbegin
Method · 0.80
rend
Method · 0.80
call_9
Method · 0.80
Tested by
no test coverage detected