getch method

int getch()

Implementation

int getch() {
  return _getch();
}