Function nannou::ui::widget::primitive::line::is_over_widget[][src]

pub fn is_over_widget(
    widget: &Container,
    point: [f64; 2],
    theme: &Theme
) -> IsOver

The function to use for picking whether a given point is over the line.