Files
NotificationFlyout/src/TheXamlGuy.NotificationFlyout.Shared.UI/Helpers/PointerButton.cs
T
2021-02-14 15:21:14 +00:00

11 lines
206 B
C#

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