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
+8
View File
@@ -0,0 +1,8 @@
namespace Toolkit.Windows;
public enum PointerButton
{
Left,
Middle,
Right
}