Skip to content

Commit

Permalink
Merge commit '204139fdf8b37d2204a6298c58161709c91197aa'
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Jul 16, 2024
2 parents 345e6da + 204139f commit f3f4ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UnoDemo/ManipulationDemo/ManipulationDemo/MainPage.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ private void UIElement_OnPointerMoved(object sender, PointerRoutedEventArgs e)
{
touchInfo.Update(e);
Output();
LogTextBlock.Text += $"历史点: {e.GetIntermediatePoints(null).Count}";
}
}

Expand Down

0 comments on commit f3f4ffe

Please sign in to comment.