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