Function libnotcurses_sys::ncdirect_getc_blocking[][src]

pub fn ncdirect_getc_blocking(ncd: &mut NcDirect, input: &mut NcInput) -> char
Expand description

‘input’ may be NULL if the caller is uninterested in event details. Blocks until an event is processed or a signal is received.

Method: NcDirect.getc_blocking().