Type Definition nannou::ui::widget::IsOverFn[][src]

type IsOverFn = fn(&Container, [f64; 2], &Theme) -> IsOver;
Expand description

A function type used to determine whether or not a given point is over a widget.