getch

Reads character without line buffering

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

Parameters

echo
Type: bool

Print typed characters

Meta