getch

Function: getch Get character without waiting for Return to be pressed. Windows has this in conio.h

  1. int getch()
  2. int getch()
    version(Posix)
    int
    getch
    ()

Meta