Function egui::hit_test::should_prioritizie_hits_on_back
source ยท fn should_prioritizie_hits_on_back(back: Rect, front: Rect) -> bool
Expand description
Should we prioritizie 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.