Files
Toolkit2/Toolkit.Windows/PointerDragReleasedEventArgs.cs
2024-11-02 20:04:51 +00:00

4 lines
144 B
C#

namespace Toolkit.Windows;
public record PointerDragReleasedEventArgs(PointerLocation Location, PointerButton Button = PointerButton.Left);