Hi
how to convert QMouseEvent to QTouchEvent.
how can we demonstrate the touch / multitouch based scenario with a Qt application
can anybody suggest / give a sample code for this
expecting help
Hi
how to convert QMouseEvent to QTouchEvent.
how can we demonstrate the touch / multitouch based scenario with a Qt application
can anybody suggest / give a sample code for this
expecting help
I've started generating custom or synthetic events.
Trying to accumulate those events and their X,Y position to manipulate Gestures
How to do it ?
Please do not duplicate your queries.
As far as multi touch is concerned, I guess Qt has some classes for it. There was also an example for multi touch paint in Qt labs, search for it.
Next,, how to implement yourself, you could look at the sources for example mentioned above![]()
hey aamer, ya there is an example but that is not for the embedded linux.... its for the symbian or any windows touch based device.....
Bookmarks