![]() |
Qt 6.x
The Qt SDK
|
#include <qwindowsysteminterface.h>
Public Member Functions | |
TouchPoint () | |
Public Attributes | |
int | id |
qint64 | uniqueId |
QPointF | normalPosition |
QRectF | area |
qreal | pressure |
qreal | rotation |
QEventPoint::State | state |
QVector2D | velocity |
QList< QPointF > | rawPositions |
Definition at line 112 of file qwindowsysteminterface.h.
|
inline |
Definition at line 113 of file qwindowsysteminterface.h.
QRectF QWindowSystemInterface::TouchPoint::area |
Definition at line 118 of file qwindowsysteminterface.h.
Referenced by QEvdevTouchScreenData::addTouchPoint(), QtWaylandClient::QWaylandInputDevice::handleTouchPoint(), QGuiApplicationPrivate::processMouseEvent(), QLibInputTouch::processTouchDown(), QLibInputTouch::processTouchMotion(), QEvdevTouchScreenData::reportPoints(), QtWaylandClient::QWaylandTouchExtension::touch_extension_touch(), QtAndroidInput::touchAdd(), QtAndroidInput::touchCancel(), and QtAndroidInput::touchEnd().
int QWindowSystemInterface::TouchPoint::id |
Definition at line 114 of file qwindowsysteminterface.h.
Referenced by QQnxScreenEventHandler::QQnxScreenEventHandler(), QEvdevTouchScreenData::addTouchPoint(), QCocoaTouch::getCurrentTouchPointList(), QGuiApplicationPrivate::processMouseEvent(), QLibInputTouch::processTouchDown(), QtWaylandClient::QWaylandTouchExtension::touch_extension_touch(), and QtAndroidInput::touchAdd().
QPointF QWindowSystemInterface::TouchPoint::normalPosition |
Definition at line 117 of file qwindowsysteminterface.h.
Referenced by QEvdevTouchScreenData::addTouchPoint(), QEvdevTouchScreenData::reportPoints(), QtWaylandClient::QWaylandTouchExtension::touch_extension_touch(), and QtAndroidInput::touchAdd().
qreal QWindowSystemInterface::TouchPoint::pressure |
Definition at line 120 of file qwindowsysteminterface.h.
Referenced by QQnxScreenEventHandler::QQnxScreenEventHandler(), QEvdevTouchScreenData::addTouchPoint(), QtWaylandClient::QWaylandInputDevice::handleTouchPoint(), QEvdevTouchScreenData::reportPoints(), QtWaylandClient::QWaylandTouchExtension::touch_extension_touch(), and QtAndroidInput::touchAdd().
Definition at line 125 of file qwindowsysteminterface.h.
Referenced by QEvdevTouchScreenData::addTouchPoint(), and QtWaylandClient::QWaylandTouchExtension::touch_extension_touch().
qreal QWindowSystemInterface::TouchPoint::rotation |
Definition at line 121 of file qwindowsysteminterface.h.
Referenced by QtAndroidInput::touchAdd().
QEventPoint::State QWindowSystemInterface::TouchPoint::state |
Definition at line 123 of file qwindowsysteminterface.h.
Referenced by QQnxScreenEventHandler::QQnxScreenEventHandler(), QEvdevTouchScreenData::addTouchPoint(), QCocoaTouch::getCurrentTouchPointList(), QtWaylandClient::QWaylandInputDevice::handleTouchPoint(), QGuiApplicationPrivate::processMouseEvent(), QLibInputTouch::processTouchDown(), QLibInputTouch::processTouchFrame(), QLibInputTouch::processTouchMotion(), QLibInputTouch::processTouchUp(), QEvdevTouchScreenData::reportPoints(), QtWaylandClient::QWaylandTouchExtension::touch_extension_touch(), and QtAndroidInput::touchAdd().
qint64 QWindowSystemInterface::TouchPoint::uniqueId |
Definition at line 115 of file qwindowsysteminterface.h.
QVector2D QWindowSystemInterface::TouchPoint::velocity |
Definition at line 124 of file qwindowsysteminterface.h.
Referenced by QtWaylandClient::QWaylandTouchExtension::touch_extension_touch().