Skip to content

input: fix touchscreen gesture detection

Xaver Hugl requested to merge work/touchscreen-gesture-fix into master

When a gesture is cancelled because of the distance between fingers or the time it took to register them all, no gesture has been taken yet. In that case, the canceling would never be ended, effectively disabling all touchscreen gestures.

Merge request reports