![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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 111 of file qwindowsysteminterface.h.
|
inline |
Definition at line 112 of file qwindowsysteminterface.h.
QRectF QWindowSystemInterface::TouchPoint::area |
Definition at line 117 of file qwindowsysteminterface.h.
int QWindowSystemInterface::TouchPoint::id |
Definition at line 113 of file qwindowsysteminterface.h.
QPointF QWindowSystemInterface::TouchPoint::normalPosition |
Definition at line 116 of file qwindowsysteminterface.h.
qreal QWindowSystemInterface::TouchPoint::pressure |
Definition at line 119 of file qwindowsysteminterface.h.
Definition at line 124 of file qwindowsysteminterface.h.
qreal QWindowSystemInterface::TouchPoint::rotation |
Definition at line 120 of file qwindowsysteminterface.h.
QEventPoint::State QWindowSystemInterface::TouchPoint::state |
Definition at line 122 of file qwindowsysteminterface.h.
qint64 QWindowSystemInterface::TouchPoint::uniqueId |
Definition at line 114 of file qwindowsysteminterface.h.
QVector2D QWindowSystemInterface::TouchPoint::velocity |
Definition at line 123 of file qwindowsysteminterface.h.