Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.cpp198 TouchLocationInfo currentTouchLocationInfo("onTouch", point.id); in CreateTouchEventInfo() local
199 currentTouchLocationInfo.SetGlobalLocation(point.GetOffset()) in CreateTouchEventInfo()
202 currentTouchLocationInfo.SetForce(point.force); in CreateTouchEventInfo()
204 currentTouchLocationInfo.SetTiltX(point.tiltX.value()); in CreateTouchEventInfo()
207 currentTouchLocationInfo.SetTiltY(point.tiltY.value()); in CreateTouchEventInfo()
209 currentTouchLocationInfo.SetSourceTool(point.sourceTool); in CreateTouchEventInfo()
210 info.AddTouchLocationInfo(std::move(currentTouchLocationInfo)); in CreateTouchEventInfo()