Create a new Toolkit.Windows project

This commit is contained in:
Dan Clark
2024-11-02 20:04:51 +00:00
parent 4f4703c44b
commit c167257aae
12 changed files with 129 additions and 77 deletions
@@ -0,0 +1,3 @@
namespace Toolkit.Windows;
public record PointerDragReleasedEventArgs(PointerLocation Location, PointerButton Button = PointerButton.Left);