Represents a mouse event (move, button, drag, wheel).
[NullableContext((byte)1)]
[Nullable((byte)0)]
public sealed record TerminalMouseEvent : TerminalEvent, IEquatable<TerminalEvent>, IEquatable<TerminalMouseEvent>
kind:method, kind:property, kind:ctor. Press Esc to clear.KindGets the mouse event kind.WheelDeltaGets the wheel delta for wheel events.YGets the mouse row coordinate (0-based).