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
QOhosTouchEventTouchPointData Struct Reference

#include <qohosinputmethodeventhandler.h>

Collaboration diagram for QOhosTouchEventTouchPointData:

Public Attributes

::OH_NativeXComponent_TouchPoint touchPoint
::OH_NativeXComponent_TouchPointToolType toolType = ::OH_NATIVEXCOMPONENT_TOOL_TYPE_UNKNOWN
QPointF displayPosition
float tiltX = 0.0f
float tiltY = 0.0f

Detailed Description

Definition at line 32 of file qohosinputmethodeventhandler.h.

Member Data Documentation

◆ displayPosition

QPointF QOhosTouchEventTouchPointData::displayPosition

Definition at line 36 of file qohosinputmethodeventhandler.h.

◆ tiltX

float QOhosTouchEventTouchPointData::tiltX = 0.0f

Definition at line 37 of file qohosinputmethodeventhandler.h.

◆ tiltY

float QOhosTouchEventTouchPointData::tiltY = 0.0f

Definition at line 38 of file qohosinputmethodeventhandler.h.

◆ toolType

::OH_NativeXComponent_TouchPointToolType QOhosTouchEventTouchPointData::toolType = ::OH_NATIVEXCOMPONENT_TOOL_TYPE_UNKNOWN

Definition at line 35 of file qohosinputmethodeventhandler.h.

◆ touchPoint

::OH_NativeXComponent_TouchPoint QOhosTouchEventTouchPointData::touchPoint

Definition at line 34 of file qohosinputmethodeventhandler.h.


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