| 320 | } |
| 321 | |
| 322 | void Screenshoter::WaitPosition() |
| 323 | { |
| 324 | m_framework.NotifyGraphicsReady([this]() |
| 325 | { GetPlatform().RunTask(Platform::Thread::Gui, [this] { OnPositionReady(); }); }, false /* needInvalidate */); |
| 326 | } |
| 327 | |
| 328 | void Screenshoter::WaitGraphics() |
| 329 | { |
nothing calls this directly
no test coverage detected