Home
last modified time | relevance | path

Searched refs:changedTouchLocationInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.cpp117 TouchLocationInfo changedTouchLocationInfo("onTouch", point.id); in CreateTouchEventInfo() local
118 changedTouchLocationInfo.SetGlobalLocation(point.GetOffset()) in CreateTouchEventInfo()
121 changedTouchLocationInfo.SetForce(point.force); in CreateTouchEventInfo()
123 changedTouchLocationInfo.SetTiltX(point.tiltX.value()); in CreateTouchEventInfo()
126 changedTouchLocationInfo.SetTiltY(point.tiltY.value()); in CreateTouchEventInfo()
128 changedTouchLocationInfo.SetSourceTool(point.sourceTool); in CreateTouchEventInfo()
129 info.AddChangedTouchLocationInfo(std::move(changedTouchLocationInfo)); in CreateTouchEventInfo()