pub type HitHandler = Arc<dyn Fn(f32, f32) + Send + Sync>;
A resolved hit/scroll handler — invoked with the event’s (x, y) in window-space logical pixels.
pub struct HitHandler { /* private fields */ }