Problem with getting touch events.
-
wrote on 14 Aug 2012, 10:04 last edited by
I develope application for WinCE using QGesture - swipe, pan, pinch gestures and test it in touch screen display.
But I have a problem. Qt don't get touch events and gesture events also. I just get mouse events pressing on the display.
I made simple test on WinApi - in result it detected touch events. But QT recieve only mouse events.
Anybody know it problem?
QT supports touch events for WinCE? -
wrote on 14 Aug 2012, 14:20 last edited by
Hi ,
Welcome to the forum,You can have a look "here":http://qt-project.org/forums/viewthread/18613/ and "here":http://qt-project.org/forums/viewthread/18532/
I have created a sample application using the links that i have given in the two post. I was able to generate the gesture events on Windows 7. There are few examples in Qt creator that implements the touch screen gesture, try to create an executable and run on the target machine to check if it detects touch events or not.
Regards
Soumitra -
wrote on 28 Mar 2014, 12:40 last edited by
Hi Soumitra,
Can you please share your sample application which has gestures support in it?~Andro