Function libnotcurses_sys::ncplane_abs_yx[][src]

pub unsafe extern "C" fn ncplane_abs_yx(
    n: *const ncplane,
    y: *mut c_int,
    x: *mut c_int
)
Expand description

Get the origin of plane ‘n’ relative to its pile. Either or both of ‘x’ and ‘y’ may be NULL.