Re: [RFC PATCH wayland] protocol: add wl_pointer's axis relative physical direction

2017-08-02 Thread Jonas Ã…dahl
On Tue, Aug 01, 2017 at 11:35:55AM +0100, Peter Hutterer wrote: > This event adds the physical direction of the axis motion, relative to the > axis event we get. Right now, when natural scrolling is enabled things like > volume sliders move the wrong way round. > > By adding the axis motion direct

Re: [RFC PATCH wayland] protocol: add wl_pointer's axis relative physical direction

2017-08-01 Thread Yong Bakos
Hi Peter, > On Aug 1, 2017, at 3:35 AM, Peter Hutterer wrote: > > This event adds the physical direction of the axis motion, relative to the > axis event we get. Right now, when natural scrolling is enabled things like > volume sliders move the wrong way round. > > By adding the axis motion dir

[RFC PATCH wayland] protocol: add wl_pointer's axis relative physical direction

2017-08-01 Thread Peter Hutterer
This event adds the physical direction of the axis motion, relative to the axis event we get. Right now, when natural scrolling is enabled things like volume sliders move the wrong way round. By adding the axis motion direction, we can have toolkits swap the scroll direction for applicable widgets