Hello,

I am interesting in qt embedded with gestures.
At this moment, I use qt 4.8.4 with tslib using a multitouch screen configurate as single touch an it works fine.

Now I replace my old tslib library with a new one that it has a multitouch support.
Using ts_test with debug, library detect all points with your ID and position.

But now, I dont known how use this in Qt.
All touch examples only use one finger. If I use two fingers, only one touch is active.

Has anybody any experience using multitouch with Qt embedded??

Bestregards