Function libnotcurses_sys::ncplane_cursor_yx[][src]

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

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