31#include "inputdevadaptor.h"
32#include "deviceadaptorringbuffer.h"
64 static const int HARD_MAX_TOUCH_POINTS;
82 RangeInfo() : xMin(0), yMin(0), xRange(0), yRange(0) {};
94 bool checkInputDevice(QString path, QString matchString =
"");
101 void interpretEvent(
int src,
struct input_event *ev);
107 void commitOutput(
int src,
struct input_event *ev);
109 void interpretSync(
int src,
struct input_event *ev);
111 DeviceAdaptorRingBuffer<TouchData>* outputBuffer_;
112 TouchValues touchValues_[5];
113 RangeInfo rangeInfo_;
Adaptor for device touchscreen.
static DeviceAdaptor * factoryMethod(const QString &id)
Factory method for gaining a new instance of TouchAdaptor class.
TouchAdaptor(const QString &id)
Constructor.
FingerState
Enumeration to handle synaptic multitouch driver accuracy.
Datatype for touch events.