diff --git a/src/osdep/amiberry.cpp b/src/osdep/amiberry.cpp index 95b2f8edd..a1782b0eb 100644 --- a/src/osdep/amiberry.cpp +++ b/src/osdep/amiberry.cpp @@ -661,7 +661,7 @@ void setmouseactivexy(int monid, int x, int y, int dir) //} if (mouseactive) { disablecapture(); - //SetCursorPos(x, y); + SDL_WarpMouseInWindow(mon->sdl_window, x, y); if (dir) { recapture = 1; }