Struct MouseBinding
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.
- Data
Arbitrary context that can be associated with this input binding.
- MouseEventArgs
The mouse event arguments.