ncplane_cursor_yx

Function ncplane_cursor_yx 

Source
pub unsafe extern "C" fn ncplane_cursor_yx(
    n: *const ncplane,
    y: *mut c_uint,
    x: *mut c_uint,
)
Expand description

Get the current position of the cursor within n. y and/or x may be NULL.