InputKeyParams
Namespace: Busy.Bar
Identifies which key press to simulate.
public sealed record class InputKeyParams : System.IEquatable`1[[Busy.Bar.InputKeyParams, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → InputKeyParams
Implements IEquatable<InputKeyParams>
Attributes NullableContextAttribute, NullableAttribute
Properties
Key
The key to press.
public InputKey Key { get; init; }
Property Value
Constructors
InputKeyParams(InputKey)
Identifies which key press to simulate.
public InputKeyParams(InputKey Key)
Parameters
Key InputKey
The key to press.