Skip to content

pointer-gestures: add unaccelerated dx dy

Xu Rui requested to merge Rui511/wayland-protocols:gesture into main

The client application may require unaccelerated (raw) input data, particularly when processing gestures. If the acceleration factor is set to a very low value, it could result in gesture events not meeting the necessary thresholds for detection. This means that certain gestures might not be recognized or triggered as expected.

Merge request reports

Loading