Table of Contents

Enum MouseButton

Namespace
Retro.Crt.Input
Assembly
Retro.Crt.dll

Mouse button reported by the terminal. None covers motion events with no button held.

public enum MouseButton : byte

Fields

None = 0
Left = 1
Middle = 2
Right = 3
WheelUp = 4
WheelDown = 5