Add custom signal handlers to arbitrate between Qt and SDL

Fixes #1496
This commit is contained in:
Cameron Gutman 2025-12-14 18:57:26 -06:00
commit 4a591069ac
3 changed files with 98 additions and 0 deletions

View file

@ -103,6 +103,7 @@ public:
Q_INVOKABLE bool initialize(QQuickWindow* qtWindow);
Q_INVOKABLE void start();
Q_INVOKABLE void interrupt();
Q_PROPERTY(QStringList launchWarnings MEMBER m_LaunchWarnings NOTIFY launchWarningsChanged);
static