Click or drag to resize

MonoWindowsWorkaroundConsoleIOReadKey Method (Boolean)

Reads a key from stdin and optionally displays it in the console. Additionally it ignores several incorrect keys returned by Mono on Windows.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public override ConsoleKeyInfo ReadKey(
	bool intercept
)

Parameters

intercept
Type: SystemBoolean
If true, the key is NOT displayed in the console.

Return Value

Type: ConsoleKeyInfo
A ConsoleKeyInfo object describing the pressed key.

Implements

IConsoleInputReadKey(Boolean)
See Also