Table of Contents

Enum MouseEventKind

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

What the user did with the mouse. Move is reported in any-event tracking modes, Drag in motion-while-pressed modes; both depend on which mouse mode the terminal is in.

public enum MouseEventKind : byte

Fields

Press = 0
Release = 1
Move = 2
Drag = 3
Wheel = 4