Re: [PATCH v2 wayland 4/5] protocol: add axis_source.wheel_tilt

2017-01-20 Thread Yong Bakos
Peter, > On Jan 11, 2017, at 4:13 PM, Peter Hutterer wrote: > > Unlike a wheel rotation, a wheel tilt is a discrete-only axis. Wheel rotations > are mapped to degrees in libinput but that that does not apply to wheel tilt > axes where there is no physical equivalent. > > Signed-off-by: Peter Hu

Re: [PATCH v2 wayland 4/5] protocol: add axis_source.wheel_tilt

2017-01-18 Thread Peter Hutterer
On Wed, Jan 18, 2017 at 01:01:02PM +, Daniel Stone wrote: > Hi Peter, > > On 12 January 2017 at 05:28, Peter Hutterer wrote: > > On Thu, Jan 12, 2017 at 10:13:30AM +1000, Peter Hutterer wrote: > >> Unlike a wheel rotation, a wheel tilt is a discrete-only axis. Wheel > >> rotations > >> are m

Re: [PATCH v2 wayland 4/5] protocol: add axis_source.wheel_tilt

2017-01-18 Thread Daniel Stone
Hi Peter, On 12 January 2017 at 05:28, Peter Hutterer wrote: > On Thu, Jan 12, 2017 at 10:13:30AM +1000, Peter Hutterer wrote: >> Unlike a wheel rotation, a wheel tilt is a discrete-only axis. Wheel >> rotations >> are mapped to degrees in libinput but that that does not apply to wheel tilt >> a

Re: [PATCH v2 wayland 4/5] protocol: add axis_source.wheel_tilt

2017-01-11 Thread Peter Hutterer
On Thu, Jan 12, 2017 at 10:13:30AM +1000, Peter Hutterer wrote: > Unlike a wheel rotation, a wheel tilt is a discrete-only axis. Wheel rotations > are mapped to degrees in libinput but that that does not apply to wheel tilt > axes where there is no physical equivalent. before I forget: I did *not*

[PATCH v2 wayland 4/5] protocol: add axis_source.wheel_tilt

2017-01-11 Thread Peter Hutterer
Unlike a wheel rotation, a wheel tilt is a discrete-only axis. Wheel rotations are mapped to degrees in libinput but that that does not apply to wheel tilt axes where there is no physical equivalent. Signed-off-by: Peter Hutterer Reviewed-by: Jonas Ã…dahl Acked-by: Daniel Stone --- Changes to v1