PointerInputHandlerFn

Type Alias PointerInputHandlerFn 

Source
pub type PointerInputHandlerFn = dyn Fn(PointerInput<'_>) + Send + Sync;
Expand description

Pointer-specific input handler.