mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +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,11 +1958,11 @@ void win32_clip_window(bool state)
|
||||
free(info);
|
||||
}
|
||||
info = NULL;
|
||||
|
||||
ClipCursor(&clip_rect);
|
||||
}
|
||||
else
|
||||
GetWindowRect(GetDesktopWindow(), &clip_rect);
|
||||
|
||||
ClipCursor(&clip_rect);
|
||||
ClipCursor(NULL);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user