Type Definition conrod_core::widget::IsOverFn

source · []
pub type IsOverFn = fn(_: &Container, _: Point, _: &Theme) -> IsOver;
Expand description

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