Function libnotcurses_sys::ffi::ncplane_yx [−][src]
pub unsafe extern "C" fn ncplane_yx(
n: *const ncplane,
y: *mut c_int,
x: *mut c_int
)
Expand description
Get the origin of plane ‘n’ relative to its bound plane, or pile (if ‘n’ is a root plane). To get absolute coordinates, use ncplane_abs_yx().