Skip to main content

DragDeltaHandler

Type Alias DragDeltaHandler 

Source
pub type DragDeltaHandler = Rc<dyn Fn(f32)>;
Expand description

Re-export the UI crate so applications can depend on a single crate. What a DraggableState hands each drag delta to.

Aliased Typeยง

pub struct DragDeltaHandler { /* private fields */ }