PDA

View Full Version : Qt MultiTouch on Linux



wyjyan
6th June 2012, 13:17
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

wyjyan
14th June 2012, 07:08
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 ?