C# Class PowerArgs.Cli.ArrowKeysHandler

Inheritance: IKeyHandler
Show file Open project: adamabdelhamed/PowerArgs

Public Methods

Method Description
Handle ( RichCommandLineContext context ) : void

Private Methods

Method Description
HandleDownArrow ( RichCommandLineContext context ) : void
HandleLeftArrow ( RichCommandLineContext context ) : void
HandleRightArrow ( RichCommandLineContext context ) : void
HandleUpArrow ( RichCommandLineContext context ) : void

Method Details

Handle() public method

public Handle ( RichCommandLineContext context ) : void
context RichCommandLineContext
return void