View Single Post
Posts: 323 | Thanked: 116 times | Joined on Jul 2010
#38
Originally Posted by lunat View Post
if you have multiple signals supporting multi touch you need no emulation(and in this case a x driver can help).

if you emulate, you interpret a single signal, and simulate some usecases by giving some sequences of signals special meaning(->gestures). but this is not that easy for a gesture may collide with other usecases.
I think that a multi-touch x-driver could be useful also for emulating.
A multitouch driver also treats single touch events.

We could write a program that reads the events from the x-driver and writes back to the x-driver multi-touch events, when a specific combination of single touch events happens.

If we want to do this, the x-driver has to understand multi-touch events.