nodelay=

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.

doc_ruby_on_rails
2015-04-02 03:19:17
Comments
Leave a Comment

Please login to continue.