4#ifndef QLIBINPUTTOUCH_P_H
5#define QLIBINPUTTOUCH_P_H
9#include <QtCore/QPointer>
10#include <qpa/qwindowsysteminterface.h>
11#include <private/qglobal_p.h>
24struct libinput_event_touch;
25struct libinput_device;
43 DeviceState() : m_touchDevice(
nullptr), m_screenName() { }
50 DeviceState *deviceState(libinput_event_touch *
e);
52 QPointF getPos(libinput_event_touch *
e);
\inmodule QtCore\reentrant
The QPointingDevice class describes a device from which mouse, touch or tablet events originate.
\inmodule QtCore\reentrant
The QScreen class is used to query screen properties. \inmodule QtGui.
\macro QT_RESTRICTED_CAST_FROM_ASCII
Combined button and popup list for selecting options.