Click or drag to resize

MonoWindowsWorkaroundConsoleIOReadKey(Boolean) Method

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.1
Syntax
C#
public override ConsoleKeyInfo ReadKey(
	bool intercept
)

Parameters

intercept  Boolean
If true, the key is NOT displayed in the console.

Return Value

ConsoleKeyInfo
A ConsoleKeyInfo object describing the pressed key.

Implements

IConsoleInputReadKey(Boolean)
See Also