Re: [PATCH libinput 01/24] Add LIBINPUT_EVENT_POINTER_AXIS_FRAME event

2014-04-27 Thread Peter Hutterer
On Mon, Apr 21, 2014 at 07:11:10PM +0200, Carlos Garnacho wrote: > This event marks the end of 1..N simultaneous axis changes. Will be > useful to have users compress vscroll/hscroll processing in a single > point, and will prove even more useful on devices with a higher number > of axes, like tabl

[PATCH libinput 01/24] Add LIBINPUT_EVENT_POINTER_AXIS_FRAME event

2014-04-21 Thread Carlos Garnacho
This event marks the end of 1..N simultaneous axis changes. Will be useful to have users compress vscroll/hscroll processing in a single point, and will prove even more useful on devices with a higher number of axes, like tablets. Signed-off-by: Carlos Garnacho --- src/libinput-private.h | 4 ++