Re: [PATCH libinput] test: add two gesture tests for scrolling with a thumb in the btnarea

2016-01-28 Thread Hans de Goede
Hi, On 01/29/2016 02:21 AM, Peter Hutterer wrote: If a finger is resting in the software button area, it must not be counted towards the gesture. So a two-finger movement must be a scroll event, not a three-finger pinch. Signed-off-by: Peter Hutterer Patch looks good to me: Reviewed-by: Han

[PATCH libinput] test: add two gesture tests for scrolling with a thumb in the btnarea

2016-01-28 Thread Peter Hutterer
If a finger is resting in the software button area, it must not be counted towards the gesture. So a two-finger movement must be a scroll event, not a three-finger pinch. Signed-off-by: Peter Hutterer --- test/gestures.c | 60 + 1 file chan