[−][src]Function conrod_core::text::cursor::xy_at
pub fn xy_at<'a, I>(xys_per_line: I, idx: Index) -> Option<(Scalar, Range)> where
I: Iterator<Item = (Xs<'a, 'a>, Range)>,
Determine the xy location of the cursor at the given cursor Index
.