refactor: Exit Fullscreen & Mouse Panning Hotkeys to GRenderWindow

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-12-10 11:27:37 +00:00
parent bab42bccd2
commit c1f41ee2c1

View File

@@ -114,6 +114,7 @@ public:
const std::shared_ptr<FileSys::VfsFilesystem>& GetVFS() const { return vfs; } const std::shared_ptr<FileSys::VfsFilesystem>& GetVFS() const { return vfs; }
bool IsEmulationRunning() const { return emulation_running; } bool IsEmulationRunning() const { return emulation_running; }
void RefreshGameList(); void RefreshGameList();
GRenderWindow* GetRenderWindow() const { return render_window; }
bool ExtractZipToDirectoryPublic(const std::filesystem::path& zip_path, const std::filesystem::path& extract_path); bool ExtractZipToDirectoryPublic(const std::filesystem::path& zip_path, const std::filesystem::path& extract_path);
signals: signals:
void EmulationStarting(EmuThread* emu_thread); void EmulationStarting(EmuThread* emu_thread);