Skip to content

gestureclick: Don't use threshold for touch

Matthias Clasen requested to merge touch-no-double-click-threshold into main

When determining double-clicks, don't use the distance threshold for touch events. It is very hard to double touch reliably within a few pixels of the same position.

Fixes: #5580 (closed)

Merge request reports