Make Qt shortcuts actually work in fullscreen

Also removes hacks related to fullscreen.
This commit is contained in:
Cacodemon345
2025-04-05 23:59:49 +06:00
parent fd2214f544
commit 6d2128ab05
3 changed files with 28 additions and 36 deletions

View File

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