9 lines
93 B
C#
9 lines
93 B
C#
namespace Toolkit.Windows;
|
|
|
|
public enum PointerButton
|
|
{
|
|
Left,
|
|
Middle,
|
|
Right
|
|
}
|