https://bugs.winehq.org/show_bug.cgi?id=48893
Bug ID: 48893 Summary: GetCursorPos() does not confine the cursor to the virtual desktop Product: Wine Version: 5.3 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: winex11.drv Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com Distribution: ---
Created attachment 66838 --> https://bugs.winehq.org/attachment.cgi?id=66838 test case (C source code)
To reproduce, run wine explorer /desktop=virtual getcursorpos.exe and place the mouse cursor outside the virtual desktop.
https://bugs.winehq.org/show_bug.cgi?id=48893
Esme madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #1 from Esme madewokherd@gmail.com --- Created attachment 66839 --> https://bugs.winehq.org/attachment.cgi?id=66839 test case (exe)
https://bugs.winehq.org/show_bug.cgi?id=48893
--- Comment #2 from Esme madewokherd@gmail.com --- This causes Mono's test case MonoTests.System.Windows.Forms.ControlTest:PubPropTest to fail if the mouse cursor is above or to the left of a virtual desktop.