Function nannou::text::cursor::xy_at

source ·
pub fn xy_at<'a, I>(xys_per_line: I, idx: Index) -> Option<(Scalar, Range)>
where I: Iterator<Item = (Xs<'a, 'a>, Range)>,
Expand description

Determine the xy location of the cursor at the given cursor Index.