| 584 | } |
| 585 | |
| 586 | void Window::onReshape(const uint width, const uint height) |
| 587 | { |
| 588 | if (pData->view != nullptr) |
| 589 | puglFallbackOnResize(pData->view, width, height); |
| 590 | } |
| 591 | |
| 592 | void Window::onScaleFactorChanged(double) |
| 593 | { |
no test coverage detected