Home
last modified time | relevance | path

Searched defs:ArkUITouchPoint (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_gesture_modifier.cpp202 std::array<ArkUITouchPoint, MAX_POINTS>& points) in ConvertTouchPointsToPoints()
234 std::array<ArkUITouchPoint, MAX_POINTS>& points) in ConvertIMMEventToTouchEvent()
H A Dnode_common_modifier.cpp6712std::array<ArkUITouchPoint, MAX_POINTS>& points, const TouchLocationInfo& historyLoaction, bool us… in ConvertTouchPointsToPoints()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h128 struct ArkUITouchPoint { struct
129 ArkUI_Int32 id;
135 ArkUI_Float32 nodeX;
136 ArkUI_Float32 nodeY;
140 ArkUI_Float64 tiltX;
141 ArkUI_Float64 tiltY;
142 ArkUI_Float32 toolX;
143 ArkUI_Float32 toolY;
146 ArkUI_Float32 rawX;
147 ArkUI_Float32 rawY;
[all …]