Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
This tutorial describes how to calibrate a pointer for touch screen devices. For information about adding a new mouse driver see : Qt for Embedded Linux Pointer Handling.
Qt Extended contains built-in support for calibration but it is disabled by default on almost all platforms. To enable calibration support:
This configuration will add the Recalibrate application to the devices settings list.
A working /etc/pointercal must be shipped with any touchscreen device, as calibrate no longer runs at first use.
To manually start the calibration on a Qt Extended device, run:
qcop service send Launcher "execute(QString)" "calibrate"
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |