ConsoleInputMode.this

Creates new ConsoleInputMode instance

struct ConsoleInputMode
this
(
bool echo
,
bool line
)

Parameters

echo bool

Echo printed characters?

line bool

Use Line buffering?

Meta