Skip to content

wayland: Prefer input()->pointer()->pos() over cursor pos

Vlad Zahorodnii requested to merge work/zzag/xdg-shell-pointer into master

On Wayland, the cursor has primarily visual role, not functional. Interactive move resize should get the position from the corresponding input device.

Merge request reports