[][src]Function nannou::ui::graph::algo::pick_scrollable_widgets

pub fn pick_scrollable_widgets(
    depth_order: &[NodeIndex<u32>],
    xy: [f64; 2]
) -> PickScrollableWidgets

Produces a graph node "walker" that yields all scrollable widgets under the given xy position in order from top to bottom.