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

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

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