Re: [RFC libinput v2] Add an API for touchpad gesture events

2015-01-24 Thread Hans de Goede
Hi, On 23-01-15 16:17, Derek Foreman wrote: On 23/01/15 07:46 AM, Hans de Goede wrote: For touchscreens we always send raw touch events to the compositor, and the compositor or application toolkits do gesture recognition. This makes sense because on a touchscreen which window / widget the touch

Re: [RFC libinput v2] Add an API for touchpad gesture events

2015-01-23 Thread Derek Foreman
On 23/01/15 07:46 AM, Hans de Goede wrote: > For touchscreens we always send raw touch events to the compositor, and the > compositor or application toolkits do gesture recognition. This makes sense > because on a touchscreen which window / widget the touches are over is > important context to know

[RFC libinput v2] Add an API for touchpad gesture events

2015-01-23 Thread Hans de Goede
For touchscreens we always send raw touch events to the compositor, and the compositor or application toolkits do gesture recognition. This makes sense because on a touchscreen which window / widget the touches are over is important context to know to interpret gestures. On touchpads however we ne