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.libConsoleAndOS
Assembly:  libConsoleAndOS (in libConsoleAndOS.dll) Version: GrGen.NET 8.0
Syntax
C#
ConsoleKeyInfo ReadKeyWithControlCAsInput()

Return Value

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