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
QOpenXRItem::TouchState Struct Reference

#include <qopenxritem_p.h>

+ Collaboration diagram for QOpenXRItem::TouchState:

Public Attributes

int pointId = -1
 
QOpenXRItemtarget = nullptr
 
bool grabbed = false
 
bool pressed = false
 
qreal touchDistance = 1e6
 
QPointF cursorPos
 
QVector3D previous
 
qint64 timestamp
 

Detailed Description

Definition at line 42 of file qopenxritem_p.h.

Member Data Documentation

◆ cursorPos

QPointF QOpenXRItem::TouchState::cursorPos

Definition at line 49 of file qopenxritem_p.h.

◆ grabbed

bool QOpenXRItem::TouchState::grabbed = false

Definition at line 46 of file qopenxritem_p.h.

◆ pointId

int QOpenXRItem::TouchState::pointId = -1

Definition at line 44 of file qopenxritem_p.h.

◆ pressed

bool QOpenXRItem::TouchState::pressed = false

Definition at line 47 of file qopenxritem_p.h.

◆ previous

QVector3D QOpenXRItem::TouchState::previous

Definition at line 50 of file qopenxritem_p.h.

◆ target

QOpenXRItem* QOpenXRItem::TouchState::target = nullptr

Definition at line 45 of file qopenxritem_p.h.

◆ timestamp

qint64 QOpenXRItem::TouchState::timestamp

Definition at line 51 of file qopenxritem_p.h.

◆ touchDistance

qreal QOpenXRItem::TouchState::touchDistance = 1e6

Definition at line 48 of file qopenxritem_p.h.


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