Re: [RFC PATCH wayland] protocol: add wl_pointer.axis_frame events

2015-06-03 Thread Peter Hutterer
On Thu, Jun 04, 2015 at 01:49:26PM +0800, Jonas Ådahl wrote: > On Thu, Jun 04, 2015 at 03:28:15PM +1000, Peter Hutterer wrote: > > On Thu, Jun 04, 2015 at 01:09:06PM +0800, Jonas Ådahl wrote: > > > On Thu, Jun 04, 2015 at 02:41:52PM +1000, Peter Hutterer wrote: > > > > To group separate vertical/ho

Re: [RFC PATCH wayland] protocol: add wl_pointer.axis_frame events

2015-06-03 Thread Jonas Ådahl
On Thu, Jun 04, 2015 at 03:28:15PM +1000, Peter Hutterer wrote: > On Thu, Jun 04, 2015 at 01:09:06PM +0800, Jonas Ådahl wrote: > > On Thu, Jun 04, 2015 at 02:41:52PM +1000, Peter Hutterer wrote: > > > To group separate vertical/horizontal scroll events together. Likewise it > > > enables axis_stop

Re: [RFC PATCH wayland] protocol: add wl_pointer.axis_frame events

2015-06-03 Thread Peter Hutterer
On Thu, Jun 04, 2015 at 01:09:06PM +0800, Jonas Ådahl wrote: > On Thu, Jun 04, 2015 at 02:41:52PM +1000, Peter Hutterer wrote: > > To group separate vertical/horizontal scroll events together. Likewise it > > enables axis_stop events to be grouped so that the final vector for kinetic > > scrolling

Re: [RFC PATCH wayland] protocol: add wl_pointer.axis_frame events

2015-06-03 Thread Jonas Ådahl
On Thu, Jun 04, 2015 at 02:41:52PM +1000, Peter Hutterer wrote: > To group separate vertical/horizontal scroll events together. Likewise it > enables axis_stop events to be grouped so that the final vector for kinetic > scrolling may be calculated correctly. > > Multiple scroll sources within the

[RFC PATCH wayland] protocol: add wl_pointer.axis_frame events

2015-06-03 Thread Peter Hutterer
To group separate vertical/horizontal scroll events together. Likewise it enables axis_stop events to be grouped so that the final vector for kinetic scrolling may be calculated correctly. Multiple scroll sources within the same frame is not expected, but the protocol allows this use-case, i.e. ax