getch

Reads character without line buffering

  1. int getch(bool echo)
  2. int getch(bool echo)
    version(!Windows && Posix)
    int
    getch
    (
    bool echo = false
    )

Parameters

echo bool

Print typed characters

Meta