MouseButton
enum MouseButton extends uint8import MouseButton from Wax;Mouse button identifiers. None is the absence of a button; X1 and X2 are the two auxiliary buttons.
Members
Nonecase
case None = 0Leftcase
case Left = 1Rightcase
case Right = 2Middlecase
case Middle = 3X1case
case X1 = 4X2case
case X2 = 5CompareTomethod
public fn CompareTo(MouseButton other) : int32Provided by the compiler.
Equalsmethod
public fn Equals(MouseButton other) : boolProvided by the compiler.
GetHashCodemethod
public fn GetHashCode() : uint32Provided by the compiler.
ToStringmethod
public fn ToString() : stringProvided by the compiler.
ToStringBuffermethod
public fn ToStringBuffer(StringBuilder builder) : int32Provided by the compiler.