Skip to main content

OnPressablePointerMove

Type Alias OnPressablePointerMove 

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

Aliased Typeยง

pub struct OnPressablePointerMove { /* private fields */ }