11 lines
206 B
C#
11 lines
206 B
C#
namespace TheXamlGuy.NotificationFlyout.Shared.UI.Helpers
|
|
{
|
|
public enum PointerButton
|
|
{
|
|
Left = 0,
|
|
Middle = 1,
|
|
Right = 2,
|
|
XButton1 = 3,
|
|
XButton2 = 4
|
|
}
|
|
} |