Function nannou::ui::widget::is_over_rect[][src]

pub fn is_over_rect(container: &Container, point: [f64; 2], &Theme) -> IsOver

The default IsOverFn used if the Widget::is_over method is not overridden.