Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QVxTouchScreenData::Contact Struct Reference
Collaboration diagram for QVxTouchScreenData::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 95 of file qvxtouchhandler.cpp.

Member Data Documentation

◆ maj

int QVxTouchScreenData::Contact::maj = -1

Definition at line 99 of file qvxtouchhandler.cpp.

◆ pressure

int QVxTouchScreenData::Contact::pressure = 0

Definition at line 100 of file qvxtouchhandler.cpp.

◆ state

QEventPoint::State QVxTouchScreenData::Contact::state = QEventPoint::State::Pressed

Definition at line 101 of file qvxtouchhandler.cpp.

◆ trackingId

int QVxTouchScreenData::Contact::trackingId = -1

Definition at line 96 of file qvxtouchhandler.cpp.

◆ x

int QVxTouchScreenData::Contact::x = 0

Definition at line 97 of file qvxtouchhandler.cpp.

◆ y

int QVxTouchScreenData::Contact::y = 0

Definition at line 98 of file qvxtouchhandler.cpp.


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