Click or drag to resize

IConsoleInputReadKeyWithControlCAsInput Method

Reads a key from stdin. Does not display it. Also allows Control-C as input.

Namespace: de.unika.ipd.grGen.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
ConsoleKeyInfo ReadKeyWithControlCAsInput()

Return Value

ConsoleKeyInfo
A ConsoleKeyInfo object describing the pressed key.
See Also