views:

144

answers:

1

I have two questions:

  1. How to simulate touch event in linux.
  2. How to work with multitouch on Qt in Linux.
+1  A: 

For the multitouch question, you are probably wanting to have a look at the Gestures API that Qt has added.

Caleb Huitt - cjhuitt
Ок, but how I can simulate touch in Linux?I need to simulate gesture.
Alex Snet
@Alex Snet: I don't know how to simulate the touch event. When you ask multiple questions like this, you need to expect some people may only know the answer to one of them.
Caleb Huitt - cjhuitt