PowerArgs.Cli.TextBox.OnKeyInputReceived C# (CSharp) Method

OnKeyInputReceived() private method

private OnKeyInputReceived ( ConsoleKeyInfo info ) : void
info System.ConsoleKeyInfo
return void
        private void OnKeyInputReceived(ConsoleKeyInfo info)
        {
            textState.RegisterKeyPress(info);
            blinkState = true;
            blinkTimerHandle.Change(BlinkInterval, BlinkInterval);
        }