bootmanager: Add a check whether loading is complete

This commit is contained in:
Morph
2020-11-17 00:33:38 -05:00
parent d6d1a8e02c
commit 51a7681957
2 changed files with 6 additions and 0 deletions

View File

@ -162,6 +162,8 @@ public:
/// Destroy the previous run's child_widget which should also destroy the child_window
void ReleaseRenderTarget();
bool IsLoadingComplete() const;
void CaptureScreenshot(u32 res_scale, const QString& screenshot_path);
std::pair<u32, u32> ScaleTouch(const QPointF& pos) const;