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

4 lines
140 B
C#

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