Qt 4.8
|
#include "qmouselinuxtp_qws.h"
#include "qwindowsystem_qws.h"
#include "qsocketnotifier.h"
#include "qtimer.h"
#include "qapplication.h"
#include "qscreen_qws.h"
#include <private/qcore_unix_p.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <errno.h>
#include <termios.h>
#include "qmouselinuxtp_qws.moc"
Go to the source code of this file.
Classes | |
class | QWSLinuxTPMouseHandlerPrivate |
struct | TS_EVENT |
Macros | |
#define | QT_QWS_TP_JITTER_LIMIT 2 |
#define | QT_QWS_TP_MINIMUM_SAMPLES 5 |
#define | QT_QWS_TP_MOVE_LIMIT 100 |
#define | QT_QWS_TP_PRESSURE_THRESHOLD 1 |
#define | QT_QWS_TP_SAMPLE_SIZE 5 |
#define QT_QWS_TP_JITTER_LIMIT 2 |
Definition at line 122 of file qmouselinuxtp_qws.cpp.
Referenced by QWSLinuxTPMouseHandlerPrivate::readMouseData().
#define QT_QWS_TP_MINIMUM_SAMPLES 5 |
Definition at line 110 of file qmouselinuxtp_qws.cpp.
Referenced by QWSLinuxTPMouseHandlerPrivate::readMouseData().
#define QT_QWS_TP_MOVE_LIMIT 100 |
Definition at line 118 of file qmouselinuxtp_qws.cpp.
Referenced by QWSLinuxTPMouseHandlerPrivate::readMouseData().
#define QT_QWS_TP_PRESSURE_THRESHOLD 1 |
Definition at line 114 of file qmouselinuxtp_qws.cpp.
Referenced by QWSLinuxTPMouseHandlerPrivate::readMouseData().
#define QT_QWS_TP_SAMPLE_SIZE 5 |
Definition at line 106 of file qmouselinuxtp_qws.cpp.