Click or drag to resize

IConsoleInput Interface

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public interface IConsoleInput

The IConsoleInput type exposes the following members.

Properties
  NameDescription
Public propertyKeyAvailable
Gets a value indicating whether a key press is available in the input stream.
Top
Methods
  NameDescription
Public methodReadKey
Reads a key from stdin and displays it in the console.
Public methodReadKey(Boolean)
Reads a key from stdin and optionally displays it in the console.
Public methodReadKeyWithControlCAsInput
Reads a key from stdin. Does not display it. Also allows Control-C as input.
Top
Events
  NameDescription
Public eventCancelKeyPress
Top
See Also