Window.Read (gb.ncurses)

Function Read ( [ Timeout As Integer ] ) As Integer

  • Timeout

Reads a single character from the stdin with a timeout.

Does not use the curses wgetch instead used getch with a timeout. Therefore it does not matter which window is active, will echo the char to the last selected window.