qt: Capture fullscreen shortcuts on Windows raw input, fixes #3434

This commit is contained in:
RichardG867
2023-07-22 17:17:39 -03:00
parent eac6055103
commit 68382ff1b3
3 changed files with 27 additions and 14 deletions

View File

@@ -32,6 +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);
std::array<std::unique_ptr<RendererStack>, 8> renderers;
signals: