From 17e875772b5e33bcf8c9f942e350f4f1fc6a36f5 Mon Sep 17 00:00:00 2001 From: p6laris <71460146+p6laris@users.noreply.github.com> Date: Sun, 14 Jul 2024 21:05:44 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6039fc..5cc1e2b 100644 --- a/README.md +++ b/README.md @@ -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()