7 lines
260 B
C#
7 lines
260 B
C#
namespace TheXamlGuy.TaskbarGroup.Core
|
|
{
|
|
public record PointerDragReleased(PointerLocation Location, PointerButton Button = PointerButton.Left);
|
|
|
|
public record PointerReleased(PointerLocation Location, PointerButton Button = PointerButton.Left);
|
|
}
|