namespace TheXamlGuy.TaskbarGroup.Core { public record PointerPressed(PointerLocation Location, PointerButton Button = PointerButton.Left); }