window.nodelay = bool
Instance Public methods
When in no-delay mode #getch is a non-blocking call. If no input is ready getch returns ERR.
When in delay mode (bool
is false
which is the
default), #getch blocks until a
key is pressed.
Please login to continue.