Skip to content

Commit 952d07b

Browse files
Update MauiOxyTouchEventArgs.cs
Change access modifier to match constructor
1 parent 0ce8580 commit 952d07b

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)