Reorg project folders

This commit is contained in:
Daniel Clark
2021-02-14 15:19:33 +00:00
parent 266f1938c3
commit cadf8f9ec0
61 changed files with 36 additions and 36 deletions
@@ -0,0 +1,11 @@
namespace NotificationFlyout.Shared.UI.Helpers
{
public enum PointerButton
{
Left = 0,
Middle = 1,
Right = 2,
XButton1 = 3,
XButton2 = 4
}
}