Hello,

I have app with Qt embedded and touch screen using TsLib and it works fine.
Now I have some doubts.

Now, I would like to known if I read raw data from any touch screen device, Could I make or generate touch event??
For example, I have a touch screen that can send me two points. After read raw data from usb and parse mesage, If two fingers touch two buttons, I would like to generate touch event.

is it possible??
I have read that QTouchEvent give me all tools and options to generate touch events, but I am not sure if I am in the correct way.

Best reagards
John Martin.