Reputation: 21
If so, are there any platform specific code to be modified, or any other apparent issues observed?
Upvotes: 2
Views: 1637
Reputation: 12317
QTouchEvent was added in Qt 4.6: http://doc.qt.nokia.com/latest/qtouchevent.html
There are some examples of what Qt have done:
http://www.youtube.com/watch?v=b749KvoX3w4
There are limitations in that the underlying windowing system needs to support this, such as Windows 7.
Upvotes: 1