Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
p6laris authored Jul 14, 2024
1 parent 5f12c90 commit 17e8757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Then you can listen to gesture event callbacks and pass the options with type of
private void HandlePanMove()
{
Console.WriteLine($"X: {_panMovingInstance.Properties.TouchMoveX}, Y: {_panMovingInstance.Properties.TouchMoveY}");
Console.WriteLine($"X: {ioGesture.Properties.TouchMoveX}, Y: {ioGesture.Properties.TouchMoveY}");
}
private void HandleSwipeLeft()
Expand Down

0 comments on commit 17e8757

Please sign in to comment.