Skip to content

Commit

Permalink
bugfix: don't grab mouse/keyboard in the GUI window (fixes #1357)
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Jun 13, 2024
1 parent 716b067 commit dfc5da1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/osdep/gui/main_window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

//-------------------------------------------------
Expand Down

0 comments on commit dfc5da1

Please sign in to comment.