pub fn default_hit_test( widgets: &[WidgetRegion], x: f32, y: f32, ) -> Option<usize>
Default hit test: circular for knobs, rectangular for others, skip meters.