5 lines
149 B
C#
5 lines
149 B
C#
namespace TheXamlGuy.TaskbarGroup.Core
|
|
{
|
|
public record PointerPressed(PointerLocation Location, PointerButton Button = PointerButton.Left);
|
|
}
|