Searched refs:changedTouchLocationInfo (Results 1 – 1 of 1) sorted by relevance
117 TouchLocationInfo changedTouchLocationInfo("onTouch", point.id); in CreateTouchEventInfo() local118 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()