Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Draw_recognizer.cpp160 TouchLocationInfo lastTouchLocationInfo("onTouch", lastPoint_.id); in CreateTouchEventInfo() local
161 lastTouchLocationInfo.SetGlobalLocation(lastPoint_.GetOffset()) in CreateTouchEventInfo()
164 lastTouchLocationInfo.SetForce(lastPoint_.force); in CreateTouchEventInfo()
166 lastTouchLocationInfo.SetTiltX(lastPoint_.tiltX.value()); in CreateTouchEventInfo()
169 lastTouchLocationInfo.SetTiltY(lastPoint_.tiltY.value()); in CreateTouchEventInfo()
171 lastTouchLocationInfo.SetSourceTool(lastPoint_.sourceTool); in CreateTouchEventInfo()
172 info.AddChangedTouchLocationInfo(std::move(lastTouchLocationInfo)); in CreateTouchEventInfo()