Create a new Toolkit.Windows project
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Toolkit.Windows;
|
||||
|
||||
public enum PointerButton
|
||||
{
|
||||
Left,
|
||||
Middle,
|
||||
Right
|
||||
}
|
||||
Reference in New Issue
Block a user