Skip to content

wayland: show cursor if stylus is in proximity

Xaver Hugl requested to merge work/tablet-pointer into master

While a stylus is in proximity we want to show its cursor. In this commit it only gets shown on move because for a still unknown reason the position is out of date before the first move event (maybe a libinput or driver bug, maybe a hw limitation).

BUG: 443921

Merge request reports