[Bug 53444] user32:input & user32:msg - test_mouse_ll_hook() sometimes gets an unexpecteg mouse position on Windows

WineHQ Bugzilla wine-bugs at winehq.org
Tue Aug 2 04:33:56 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=53444

François Gouget <fgouget at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|user32:msg -                |user32:input & user32:msg -
                   |test_mouse_ll_hook()        |test_mouse_ll_hook()
                   |sometimes gets an           |sometimes gets an
                   |unexpecteg mouse position   |unexpecteg mouse position
                   |on Windows                  |on Windows

--- Comment #2 from François Gouget <fgouget at codeweavers.com> ---
The same failure can happen in user32:input's test_mouse_ll_hook():

input.c:1281: Test failed: GetCursorPos: (100,100)
or
input.c:1291: Test failed: Wrong set pos: (100,99)
or
input.c:1447: Test failed: Wrong new pos: (160,160)

Again this happens on all Windows versions, from Windows 7 to Windows 10 21H2,
except, it seems, Windows 8. And the coordinates also change from one run to
the next but always within the exact same 14 values as for user32:msg (out of
554 failure cases).

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list