KWayland::Client::TouchPoint
KWayland::Client::TouchPoint Class Reference
#include <touch.h>
Public Member Functions | |
quint32 | downSerial () const |
qint32 | id () const |
bool | isDown () const |
QPointF | position () const |
QVector< QPointF > | positions () const |
QPointer< Surface > | surface () const |
quint32 | time () const |
QVector< quint32 > | timestamps () const |
quint32 | upSerial () const |
Detailed Description
Member Function Documentation
quint32 KWayland::Client::TouchPoint::downSerial | ( | ) | const |
qint32 KWayland::Client::TouchPoint::id | ( | ) | const |
Unique in the scope of all TouchPoints currently being down.
As soon as the TouchPoint is now longer down another TouchPoint might get assigned the id.
bool KWayland::Client::TouchPoint::isDown | ( | ) | const |
QPointF KWayland::Client::TouchPoint::position | ( | ) | const |
All positions this TouchPoint had, updated with each move.
The Surface this TouchPoint happened on.
quint32 KWayland::Client::TouchPoint::time | ( | ) | const |
QVector< quint32 > KWayland::Client::TouchPoint::timestamps | ( | ) | const |
quint32 KWayland::Client::TouchPoint::upSerial | ( | ) | const |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:52:37 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jan 19 2021 22:52:37 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.