mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Windows mouse ungrab must release the mouse instead of confine it to the current desktop (#16488)
* Windows mouse ungrab should release the cursor, instead of confining it to the current screen. * conform to style
This commit is contained in:
parent
28189a04a4
commit
d55f95f056
@ -1958,12 +1958,12 @@ void win32_clip_window(bool state)
|
||||
free(info);
|
||||
}
|
||||
info = NULL;
|
||||
}
|
||||
else
|
||||
GetWindowRect(GetDesktopWindow(), &clip_rect);
|
||||
|
||||
ClipCursor(&clip_rect);
|
||||
}
|
||||
else
|
||||
ClipCursor(NULL);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MENU
|
||||
|
Loading…
x
Reference in New Issue
Block a user