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