Skip to content

Commit 2d4738d

Browse files
authored
Merge pull request #21 from SimGoodwinHWM/patch-1
Update MauiOxyTouchEventArgs.cs
2 parents 0ce8580 + 952d07b commit 2d4738d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/OxyPlot.Maui.Skia/MauiOxyTouchEventArgs.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace OxyPlot.Maui.Skia;
22

3-
internal class MauiOxyTouchEventArgs : OxyTouchEventArgs
3+
public class MauiOxyTouchEventArgs : OxyTouchEventArgs
44
{
55
public int PointerCount { get; set; }
66

@@ -18,4 +18,4 @@ public MauiOxyTouchEventArgs(ScreenPoint[] currentTouches, ScreenPoint[] previou
1818
{
1919
PointerCount = currentTouches.Length;
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)