Re: [PATCH libinput] evdev: Activate button scrolling only after pointer movement

2016-01-27 Thread Peter Hutterer
On Wed, Jan 27, 2016 at 09:59:43PM +0100, Norwin Hanghuhn wrote: > Currently, a timer is used to discriminate between button clicks and > button scrolling. Therefore, button clicks must finalize before and > scrolling can only start after the timer has elapsed. > > This patch changes the behaviour

[PATCH libinput] evdev: Activate button scrolling only after pointer movement

2016-01-27 Thread Norwin Hanghuhn
Currently, a timer is used to discriminate between button clicks and button scrolling. Therefore, button clicks must finalize before and scrolling can only start after the timer has elapsed. This patch changes the behaviour such that scrolling starts immediately after the scroll button is pressed