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.