Getting raw touched data in Qt
-
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?