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