Problem with getting touch events.
-
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? -
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