window.getkey([y, x])
Get a character, returning a string instead of an integer, as getch()
does. Function keys, keypad keys and other special keys return a multibyte string containing the key name. In no-delay mode, an exception is raised if there is no input.
Please login to continue.