Click or drag to resize

IConsoleInput.ReadKeyWithControlCAsInput 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.2
Syntax
C#
ConsoleKeyInfo ReadKeyWithControlCAsInput()

Return Value

Type: ConsoleKeyInfo
A ConsoleKeyInfo object describing the pressed key.
See Also