Function should_prioritize_hits_on_back

Source
fn should_prioritize_hits_on_back(back: Rect, front: Rect) -> bool
Expand description

Should we prioritize hits on back over those on front?

back should be behind the front widget.

Returns true if back is a small hit-target and front is not.