![]() |
Qt 6.x
The Qt SDK
|
Public Attributes | |
int | trackingId = -1 |
int | x = 0 |
int | y = 0 |
int | maj = -1 |
int | pressure = 0 |
QEventPoint::State | state = QEventPoint::State::Pressed |
Definition at line 90 of file qevdevtouchhandler.cpp.
int QEvdevTouchScreenData::Contact::maj = -1 |
Definition at line 94 of file qevdevtouchhandler.cpp.
Referenced by QEvdevTouchScreenData::addTouchPoint(), and QEvdevTouchScreenData::processInputEvent().
int QEvdevTouchScreenData::Contact::pressure = 0 |
Definition at line 95 of file qevdevtouchhandler.cpp.
Referenced by QEvdevTouchScreenData::addTouchPoint(), and QEvdevTouchScreenData::processInputEvent().
QEventPoint::State QEvdevTouchScreenData::Contact::state = QEventPoint::State::Pressed |
Definition at line 96 of file qevdevtouchhandler.cpp.
Referenced by QEvdevTouchScreenData::addTouchPoint(), and QEvdevTouchScreenData::processInputEvent().
int QEvdevTouchScreenData::Contact::trackingId = -1 |
Definition at line 91 of file qevdevtouchhandler.cpp.
Referenced by QEvdevTouchScreenData::addTouchPoint(), QEvdevTouchScreenData::findClosestContact(), and QEvdevTouchScreenData::processInputEvent().
int QEvdevTouchScreenData::Contact::x = 0 |
Definition at line 92 of file qevdevtouchhandler.cpp.
Referenced by QEvdevTouchScreenData::addTouchPoint(), QEvdevTouchScreenData::findClosestContact(), and QEvdevTouchScreenData::processInputEvent().
int QEvdevTouchScreenData::Contact::y = 0 |
Definition at line 93 of file qevdevtouchhandler.cpp.
Referenced by QEvdevTouchScreenData::addTouchPoint(), QEvdevTouchScreenData::findClosestContact(), and QEvdevTouchScreenData::processInputEvent().