On Mon Dec 4 18:25:47 2023 +0000, Rémi Bernon wrote:
Do we want to do that all the time? Are we sure that we can track relative pointer motion accurately wrt all the window motions and scaling involved? I think it might only be useful when the cursor is confined, maybe worth doing it like winex11?
At the moment we enable relative motion when the cursor is hidden, since it's the simplest condition that makes sense for mouselook scenarios.
An active confinement also makes sense as an additional check for mouselook (in fact the exp. branch takes it into account) to reduce the cases where we switch to relative motion when absolute motion would be preferable.