Re: [PATCH libinput] touchpad: only trigger immediate pinch detection for three fingers

2016-02-27 Thread Hans de Goede
Hi, On 26-02-16 01:49, Peter Hutterer wrote: If the fingers are vertically apart by more than 20mm we used to assume a pinch gesture immediately. This is too close together for some users during two-finger scrolling. Since we should always bias towards scrolling, only trigger this detection for

[PATCH libinput] touchpad: only trigger immediate pinch detection for three fingers

2016-02-25 Thread Peter Hutterer
If the fingers are vertically apart by more than 20mm we used to assume a pinch gesture immediately. This is too close together for some users during two-finger scrolling. Since we should always bias towards scrolling, only trigger this detection for three fingers, the rest has to go through the mo