Reorg project folders
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace NotificationFlyout.Shared.UI.Helpers
|
||||
{
|
||||
public enum PointerButton
|
||||
{
|
||||
Left = 0,
|
||||
Middle = 1,
|
||||
Right = 2,
|
||||
XButton1 = 3,
|
||||
XButton2 = 4
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user