Re: [PATCH libinput] Extend the touchpad gesture API with zoom/rotate gestures

2015-03-05 Thread Hans de Goede
Hi, On 05-03-15 04:29, Peter Hutterer wrote: On Wed, Mar 04, 2015 at 03:26:30PM +0100, Hans de Goede wrote: Extend the touchpad gesture API with zoom/rotate gestures. Note that this new API offers a single event stream for both zoom and rotate data, this is deliberate as some applications may b

Re: [PATCH libinput] Extend the touchpad gesture API with zoom/rotate gestures

2015-03-04 Thread Peter Hutterer
On Wed, Mar 04, 2015 at 03:26:30PM +0100, Hans de Goede wrote: > Extend the touchpad gesture API with zoom/rotate gestures. Note that this > new API offers a single event stream for both zoom and rotate data, this > is deliberate as some applications may be interested in getting both at > the same

[PATCH libinput] Extend the touchpad gesture API with zoom/rotate gestures

2015-03-04 Thread Hans de Goede
Extend the touchpad gesture API with zoom/rotate gestures. Note that this new API offers a single event stream for both zoom and rotate data, this is deliberate as some applications may be interested in getting both at the same time. Applications which are only interested in one or the other can si