ReadKey(bool)

Method

Namespace: ANSITerm

Declared in: ANSITerm.IConsoleBackend


Reads the next character or function key pressed by user. If intercept equals true , the pressed key is not displayed in the console window.

Syntax

public ConsoleKeyInfo ReadKey(
	bool intercept
)

See also

  • Peek()
  • Read()
  • ReadKey()
  • KeyAvailable

  • Back to index