getch

Reads character without line buffering

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

Parameters

echo bool

Print typed characters

Meta