42 #ifndef QMOUSEINTEGRITY_QWS_H 43 #define QMOUSEINTEGRITY_QWS_H 45 #include <QtGui/qmouse_qws.h> 53 #ifndef QT_NO_QWS_MOUSE_INTEGRITY 76 #endif // QT_NO_QWS_MOUSE_INTEGRITY 82 #endif // QMOUSEINTEGRITY_QWS_H void clearCalibration()
Clears the current calibration, i.e., makes the mouse driver return mouse events in raw device coordi...
#define QT_END_NAMESPACE
This macro expands to.
The QWSCalibratedMouseHandler class provides mouse calibration and noise reduction in Qt for Embedded...
void readMouseData(int x, int y, int buttons)
static Qt::MouseButtons buttons
The QString class provides a Unicode character string.
The QObject class is the base class of all Qt objects.
The QSocketNotifier class provides support for monitoring activity on a file descriptor.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static const char * data(const QByteArray &arr)
QIntMouseHandler(const QString &driver=QString(), const QString &device=QString())
The QWSPointerCalibrationData class is a container for mouse calibration data in Qt for Embedded Linu...
void resume()
Implement this function to resume reading and handling mouse events, e.
void suspend()
Implement this function to suspend reading and handling of mouse events, e.
void calibrate(const QWSPointerCalibrationData *data)
Updates the calibration parameters based on coordinate mapping of the given data. ...