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