Files
TheXamlGuy.TaskbarGroup/TheXamlGuy.TaskbarGroup.Core/PointerPressed.cs
T
dan_clark@outlook.com 2ac0e3ed26 project
2022-03-23 15:44:32 +00:00

5 lines
149 B
C#

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