Function nannou::ui::text::cursor::xy_at[][src]

pub fn xy_at<'a, I>(xys_per_line: I, idx: Index) -> Option<(f64, Range)> where
    I: Iterator<Item = (Xs<'a, 'a>, Range)>, 

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