We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ce8580 + 952d07b commit 2d4738dCopy full SHA for 2d4738d
1 file changed
Source/OxyPlot.Maui.Skia/MauiOxyTouchEventArgs.cs
@@ -1,6 +1,6 @@
1
namespace OxyPlot.Maui.Skia;
2
3
-internal class MauiOxyTouchEventArgs : OxyTouchEventArgs
+public class MauiOxyTouchEventArgs : OxyTouchEventArgs
4
{
5
public int PointerCount { get; set; }
6
@@ -18,4 +18,4 @@ public MauiOxyTouchEventArgs(ScreenPoint[] currentTouches, ScreenPoint[] previou
18
19
PointerCount = currentTouches.Length;
20
}
21
-}
+}
0 commit comments