4 lines
140 B
C#
4 lines
140 B
C#
namespace Toolkit.Windows;
|
|
|
|
public record PointerReleasedEventArgs(PointerLocation Location, PointerButton Button = PointerButton.Left);
|