Void noDelay(Window win, Bool bf)
Arguments
win: The window to apply tobf: Whether wgetch will wait for input.
Usage
Enable or disable non-blocking input. If this is enabled and no input is waiting, then getch will return ERR (probably -1). If it is disabled, then getch will wait for input. This function does nothing on Windows