Searched refs:lastTouchLocationInfo (Results 1 – 1 of 1) sorted by relevance
160 TouchLocationInfo lastTouchLocationInfo("onTouch", lastPoint_.id); in CreateTouchEventInfo() local161 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()