Skip to main content

dispatch_scroll

Function dispatch_scroll 

Source
pub fn dispatch_scroll(
    node: &mut WidgetNode,
    delta_y: f32,
    cursor_x: f32,
    cursor_y: f32,
    taffy: &TaffyTree,
)
Expand description

Dispatches a scroll event to the deepest scrollable node under cursor, falling back to the root node.