Preview refactor, Console rename form
This commit is contained in:
@@ -4,7 +4,7 @@ public class GeneralKeyEventArgs
|
||||
{
|
||||
private readonly Action<bool>? _handledChanged;
|
||||
private bool _handled;
|
||||
public required Keys Key { get; init; }
|
||||
public required Keys? Key { get; init; }
|
||||
public required char KeyChar { get; init; }
|
||||
public required SpecialKeysStatus SpecialKeysStatus { get; init; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user