View Single Post
Posts: 256 | Thanked: 92 times | Joined on Oct 2010
#35
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.

Originally Posted by MaddogG View Post
I think you can't have multi touch emulation if you don't have multi-touch support in X server. You can send two input signal to the server at the same time, but it will always see one signal at a time without mulitouch support.