ConsoleInputMode

Console input mode

Constructors

this
this(bool echo, bool line)

Creates new ConsoleInputMode instance

Members

Static variables

None
ConsoleInputMode None;

Console input mode with no feature enabled

Variables

echo
bool echo;

Echo printed characters?

line
bool line;

Enable line buffering?

Meta