qt: Move ui pause state update to plat_pause

This commit is contained in:
cold-brewed
2022-10-28 13:48:59 -04:00
parent e5268075fb
commit f4c2cba3e0
3 changed files with 9 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ public:
void blitToWidget(int x, int y, int w, int h, int monitor_index);
QSize getRenderWidgetSize();
void setSendKeyboardInput(bool enabled);
void setUiPauseState(bool paused);
std::array<std::unique_ptr<RendererStack>, 8> renderers;
signals: