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

2017-01-24 Thread Pekka Paalanen
On Tue, 24 Jan 2017 09:56:39 +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. > > Signed-off-by: Peter Hutterer

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

2017-01-23 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 Reviewed-by: Dani