Re: libinput: Disable tap-and-drag

2016-01-05 Thread Caibin Chen
Peter Hutterer 于2016年1月4日周一 下午8:44写道: > the timeout is currently 300ms. Maybe we can reduce the timeout to provide > a > middle ground? > Worth a try, but we should seprate tap-and-drag timeout with drag-lock timeout. 300ms is sometime too short for me.

Re: libinput: Disable tap-and-drag

2016-01-04 Thread Caibin Chen
er-to-drag feature[1]. You just drag with three fingers, no tapping needed. I've been testing it for a while. [1]. https://github.com/tigersoldier/libinput/tree/wip/three-fingers-dragging Peter Hutterer 于2016年1月3日周日 下午10:40写道: > On Sat, Jan 02, 2016 at 04:02:29AM +, Caibin Chen

libinput: Disable tap-and-drag

2016-01-01 Thread Caibin Chen
s the tapping latency as well, because we don't have to wait for the timeout for STATE_IDLE to STATE_DRAGGING_OR_DOUBLE_TAP/STATE_IDLE transition. What do you guys think? If this makes sense, I can work on the documentation and tests and send patches to the list. Th