0x004C9984
| 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) |
no test coverage detected