Qt 6.11 is out! See what's new in the release
blog
Getting raw touched data in Qt
Mobile and Embedded
2
Posts
2
Posters
1.8k
Views
1
Watching
-
Does anybody knows how to get touched (on touch screen device) raw data that is in input event when user tap the touchscreen. I want to implement my own touch calibration in Qt.
-
Is the info in "QTouchEvent::TouchPoint":http://developer.qt.nokia.com/doc/qt-4.8/qtouchevent-touchpoint.html class not enough?