Function libnotcurses_sys::ncreader_offer_input[][src]

pub unsafe extern "C" fn ncreader_offer_input(
    n: *mut ncreader,
    ni: *const ncinput
) -> bool
Expand description

Offer the input to the ncreader. If it’s relevant, this function returns true, and the input ought not be processed further. Almost all inputs are relevant to an ncreader, save synthesized ones.