Function libnotcurses_sys::ffi::ncplane_dim_yx [−][src]
pub unsafe extern "C" fn ncplane_dim_yx(
n: *const ncplane,
y: *mut c_int,
x: *mut c_int
)
Expand description
Return the dimensions of this ncplane. y or x may be NULL.