Re: [PATCH v2 libinput] Change axis events to carry all directions

2015-01-11 Thread Peter Hutterer
On Fri, Jan 09, 2015 at 01:05:53PM +0100, Hans de Goede wrote: > Hi, > > On 07-01-15 02:33, Peter Hutterer wrote: > >Sending separate axis events instead of one unified events is limiting, > >especially when simultaneously scrolling in both directions and the caller > >tries to implement kinetic s

Re: [PATCH v2 libinput] Change axis events to carry all directions

2015-01-09 Thread Hans de Goede
Hi, On 07-01-15 02:33, Peter Hutterer wrote: Sending separate axis events instead of one unified events is limiting, especially when simultaneously scrolling in both directions and the caller tries to implement kinetic scrolling. Take a page from the tablet-support branch and instead implement

[PATCH v2 libinput] Change axis events to carry all directions

2015-01-06 Thread Peter Hutterer
Sending separate axis events instead of one unified events is limiting, especially when simultaneously scrolling in both directions and the caller tries to implement kinetic scrolling. Take a page from the tablet-support branch and instead implement the axis event as a generic event that can conta