From dfc5da1470a31df8a85fd57f730f38141d7d641a Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Thu, 13 Jun 2024 19:13:15 +0200 Subject: [PATCH] bugfix: don't grab mouse/keyboard in the GUI window (fixes #1357) --- src/osdep/gui/main_window.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/osdep/gui/main_window.cpp b/src/osdep/gui/main_window.cpp index 75b28d095..e9724730f 100644 --- a/src/osdep/gui/main_window.cpp +++ b/src/osdep/gui/main_window.cpp @@ -372,7 +372,6 @@ void amiberry_gui_init() SDL_SetRelativeMouseMode(SDL_FALSE); SDL_ShowCursor(SDL_ENABLE); - SDL_SetWindowGrab(mon->gui_window, SDL_TRUE); SDL_RaiseWindow(mon->gui_window); //-------------------------------------------------