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

Function invalidateAllWindowsAfterInput

src/OpenLoco/src/Ui/WindowManager.cpp:355–362  ·  view source on GitHub ↗

0x004C9984

Source from the content-addressed store, hash-verified

353
354 // 0x004C9984
355 void invalidateAllWindowsAfterInput()
356 {
357 std::for_each(_windows.rbegin(), _windows.rend(), [](Ui::Window& w) {
358 w.updateScrollWidgets();
359 w.invalidatePressedImageButtons();
360 w.callOnResize();
361 });
362 }
363
364 // 0x004CC692
365 void close(WindowType type)

Callers 2

handleInputFunction · 0.85
minimalHandleInputFunction · 0.85

Calls 5

rbeginMethod · 0.80
rendMethod · 0.80
updateScrollWidgetsMethod · 0.80
callOnResizeMethod · 0.80

Tested by

no test coverage detected