 | IConsoleInputReadKey(Boolean) Method |
Reads a key from stdin and optionally displays it in the console.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
SyntaxConsoleKeyInfo ReadKey(
bool intercept
)
Parameters
- intercept Boolean
- If true, the key is NOT displayed in the console.
Return Value
ConsoleKeyInfoA ConsoleKeyInfo object describing the pressed key.
See Also