Re: [Linuxwacom-devel] [PATCH 3/4] 'Left mouse button' dragging support.

2011-12-31 Thread Alexey Osipov
В Птн, 30/12/2011 в 13:54 -0600, Chris Bagwell пишет: I'm glad someone decided to add this! I wanted to but been to busy. Similar to Peter's past comments on the file wcmTouchFilter.c, this code is almost obsolete before being published and so I'm not reviewing very strict. Could you

Re: [Linuxwacom-devel] [PATCH 3/4] 'Left mouse button' dragging support.

2011-12-31 Thread Chris Bagwell
On Sat, Dec 31, 2011 at 2:16 AM, Alexey Osipov si...@lerlan.ru wrote: В Птн, 30/12/2011 в 13:54 -0600, Chris Bagwell пишет: I'm glad someone decided to add this!  I wanted to but been to busy. Similar to Peter's past comments on the file wcmTouchFilter.c, this code is almost obsolete before

[Linuxwacom-devel] [PATCH 3/4] 'Left mouse button' dragging support.

2011-12-23 Thread Alexey Osipov
First, we define two new GESTURE_ modes: - GESTURE_PREDRAG_MODE - when first tap happen and we wait for second touch. - GESTURE_DRAG_MODE - when actual drag happening (left button pressed). Second, we define tap timeout function wcmSingleFingerTapTimer(), which simulate single click if no drag