Function intuitive::event::is_within

source ·
pub fn is_within(event: &MouseEvent, rect: Rect) -> bool
Expand description

Check if a mouse event is within a Rect.