PDA

View Full Version : calibrate function



sar_van81
23rd February 2007, 05:24
hi ,

can anyone say me how to use this function QWSCalibratedMouseHandler::calibrate( QWSPointerCalibrationData *cd ) in qt-3.3.5. is this function not usefull in this version. because i found the following lines:qmouse_qws.cpp:
"/*!
\fn QWSMouseHandler::calibrate(QWSPointerCalibrationDa ta * )

This method is reimplemented in the calibrated mouse handler to set calibration information (from, for instance, the Qtopia calibration screen). This version does nothing.
*/
. is this used to calibrate any touch screen like devices ...?

thanks in advance,
saravanan

wysota
23rd February 2007, 08:35
I think this is for Qtopia.

sar_van81
23rd February 2007, 08:51
hi,

then i think for calibrating the touch screen i should use only tslib package.
ok fine thank you for your reply.

saravanan