![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qohosinputmethodeventhandler.h>
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 |
Definition at line 32 of file qohosinputmethodeventhandler.h.
| QPointF QOhosTouchEventTouchPointData::displayPosition |
Definition at line 36 of file qohosinputmethodeventhandler.h.
| float QOhosTouchEventTouchPointData::tiltX = 0.0f |
Definition at line 37 of file qohosinputmethodeventhandler.h.
| float QOhosTouchEventTouchPointData::tiltY = 0.0f |
Definition at line 38 of file qohosinputmethodeventhandler.h.
| ::OH_NativeXComponent_TouchPointToolType QOhosTouchEventTouchPointData::toolType = ::OH_NATIVEXCOMPONENT_TOOL_TYPE_UNKNOWN |
Definition at line 35 of file qohosinputmethodeventhandler.h.
| ::OH_NativeXComponent_TouchPoint QOhosTouchEventTouchPointData::touchPoint |
Definition at line 34 of file qohosinputmethodeventhandler.h.