On Fri, Oct 21, 2011 at 6:55 AM, Chris Bagwell <ch...@cnpbagwell.com> wrote:
>>>> pressure.  Maybe your seeing something related to pen proximity
>>>> masking that I didn't consider since my hw doesn't have pen support.
>>
>> No, my touchscreen doesn't support pen. It's a single touch device.
>> wcmSingleFingerPress checks two contacts...
>
> Yes, but I do not think it should matter in this case.  We always
> reserve 2 channels for touch devices regardless if needed.  The logic
> checks a touch as 1st finger touching and not 2nd finger touching.
> And release is checked as not(1st finger or 2nd finger touching).  So
> that should work for even 1 touch devices.

In fact, I am considering a fake single touch case : MT is supported
by the tablet. But the app can only process one finger. With the
current implementation, the app misses left click.

I am thinking to add an option/property to switch MT on/off for MT
devices. But I don't feel it is a good idea. We get both ST and MT
events from the kernel. I would think if we could post ST and MT from
X server, it would address the backward compatibility issue for all ST
clients.

Ping

------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Linuxwacom-devel mailing list
Linuxwacom-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to