qt: Port fullscreen key detection behavior from Win32

This commit is contained in:
RichardG867
2023-07-24 17:16:01 -03:00
parent 8d46224893
commit 0d1d069af4
3 changed files with 24 additions and 27 deletions

View File

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