pub type ScrollRegion = (Rect, ScrollAxes, Arc<dyn Fn(f32, f32) + Send + Sync>);
A (delta_x, delta_y) scroll callback with its viewport rect and the axes it handles.
(delta_x, delta_y)