Table of Contents

Struct MouseBinding

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Provides a collection of MouseFlags bound to Commands.

public record struct MouseBinding : IInputBinding, IEquatable<MouseBinding>
Implements
Inherited Members

Constructors

MouseBinding(Command[], MouseFlags)

Initializes a new instance.

Properties

Commands

The commands this binding will invoke.

MouseEventArgs

The mouse event arguments.

See Also