MCPcopy 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

handleInputFunction · 0.85
minimalHandleInputFunction · 0.85

Calls 3

rbeginMethod · 0.80
rendMethod · 0.80
call_9Method · 0.80

Tested by

no test coverage detected