[][src]Function ncursesw::mvwgetch

pub fn mvwgetch(
    handle: WINDOW,
    origin: Origin
) -> Result<CharacterResult<char>, NCurseswError>

Return a character for most keys, or an KeyBinding for function keys, keypad keys, and other special keys. In no-delay mode, raise a NCurseswError if there is no input.