Enum MouseButton
Mouse button reported by the terminal. None covers motion events with no button held.
public enum MouseButton : byte
Fields
None = 0Left = 1Middle = 2Right = 3WheelUp = 4WheelDown = 5
Mouse button reported by the terminal. None covers motion events with no button held.
public enum MouseButton : byte
None = 0Left = 1Middle = 2Right = 3WheelUp = 4WheelDown = 5