qt: continue event loop during game close

This commit is contained in:
Liam 2022-12-18 23:09:44 -05:00
parent f631825247
commit 1eb9cb8ec3
4 changed files with 64 additions and 14 deletions

View file

@ -94,6 +94,7 @@ private:
/// The thread where input is being polled and processed.
void InputThread();
void keyPressEvent(QKeyEvent* e) override;
std::unique_ptr<Ui::OverlayDialog> ui;