| 326 | } |
| 327 | |
| 328 | void Screenshoter::WaitGraphics() |
| 329 | { |
| 330 | m_framework.NotifyGraphicsReady([this]() |
| 331 | { GetPlatform().RunTask(Platform::Thread::Gui, [this] { OnGraphicsReady(); }); }, true /* needInvalidate */); |
| 332 | } |
| 333 | |
| 334 | void Screenshoter::SaveScreenshot() |
| 335 | { |
nothing calls this directly
no test coverage detected