Hi,

I set up Qt for ARM board with touch screen. Every thing is working fine except that the mouse(pointer) moves in reverse direction when using the touch screen (tslib).
The tslib calibration was ok and the file /etc/pointercal does exist.

Do I have to set the QWS_MOUSE_PROTO to tslib (even the touch is running with QT, though in reverse direction) ?

Do I need to use QWSCalibratedMouseHandler class in any way?

Thanks.