Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QEvdevTouchScreenData::Contact Struct Reference
+ Collaboration diagram for QEvdevTouchScreenData::Contact:

Public Attributes

int trackingId = -1
 
int x = 0
 
int y = 0
 
int maj = -1
 
int pressure = 0
 
QEventPoint::State state = QEventPoint::State::Pressed
 

Detailed Description

Definition at line 92 of file qevdevtouchhandler.cpp.

Member Data Documentation

◆ maj

int QEvdevTouchScreenData::Contact::maj = -1

Definition at line 96 of file qevdevtouchhandler.cpp.

Referenced by QEvdevTouchScreenData::processInputEvent().

◆ pressure

int QEvdevTouchScreenData::Contact::pressure = 0

Definition at line 97 of file qevdevtouchhandler.cpp.

Referenced by QEvdevTouchScreenData::processInputEvent().

◆ state

QEventPoint::State QEvdevTouchScreenData::Contact::state = QEventPoint::State::Pressed

Definition at line 98 of file qevdevtouchhandler.cpp.

Referenced by QEvdevTouchScreenData::processInputEvent().

◆ trackingId

int QEvdevTouchScreenData::Contact::trackingId = -1

Definition at line 93 of file qevdevtouchhandler.cpp.

Referenced by QEvdevTouchScreenData::processInputEvent().

◆ x

int QEvdevTouchScreenData::Contact::x = 0

Definition at line 94 of file qevdevtouchhandler.cpp.

Referenced by QEvdevTouchScreenData::processInputEvent().

◆ y

int QEvdevTouchScreenData::Contact::y = 0

Definition at line 95 of file qevdevtouchhandler.cpp.

Referenced by QEvdevTouchScreenData::processInputEvent().


The documentation for this struct was generated from the following file: