namespace TheXamlGuy.NotificationFlyout.Shared.UI.Helpers { public enum PointerButton { Left = 0, Middle = 1, Right = 2, XButton1 = 3, XButton2 = 4 } }