Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=51357
Now that we're tracking window position changes as they arrive, they should always be consistent with the received mouse input events.
Absolute rawinput is useful for tablets, touchpad or touchscreen when they are exposed as absolute mouse devices.
--
v3: winex11: Use window-relative coordinates for mouse input.
winex11: Add support for absolute position in RawMotion events.
winex11: Clear the MOUSEEVENTF_MOVE flag when accumulating motion.
https://gitlab.winehq.org/wine/wine/-/merge_requests/7429