pub unsafe extern "C" fn notcurses_getvec(
n: *mut notcurses,
ts: *const timespec,
ni: *mut ncinput,
vcount: c_int,
) -> c_intExpand description
Acquire up to ‘vcount’ ncinputs at the vector ‘ni’. The number read will be returned, or -1 on error without any reads, 0 on timeout.