Skip to main content

OnPointerMove

Type Alias OnPointerMove 

Source
pub type OnPointerMove = Arc<dyn Fn(&mut dyn UiPointerActionHost, ActionCx, PointerMoveCx) -> bool + 'static>;

Aliased Typeยง

pub struct OnPointerMove { /* private fields */ }