Skip to content

Commit

Permalink
Update MultitouchTracker.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
taublast authored May 12, 2024
1 parent c25fd13 commit 4241d4d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/MultitouchTracker.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
using System.Collections.Concurrent;
// Using adapted code from https://github.com/Mapsui/Mapsui

using System.Collections.Concurrent;
using System.Diagnostics;

namespace AppoMobi.Maui.Gestures;
Expand Down Expand Up @@ -187,4 +189,4 @@ public double GetScaleChange(TouchState previousTouchState)
return ratio - 1;
}
}
}
}

0 comments on commit 4241d4d

Please sign in to comment.