On Mon Dec 4 18:25:45 2023 +0000, Rémi Bernon wrote:
We may want to keep the absolute motion too to avoid any skew with the relative motion? I believe winex11 does that, and wineserver would skip any unnecessary moves.
At the moment we can't enable both if we want to support mouselook, since we don't support `SetCursorPos` and the absolute positions between Wine and Wayland will diverge. This will confuse apps that calculate relative motion by using the diff of the current cursor position from an origin point to which they return the cursor with `SetCursorPos`.