pub type PointerInputHandlerFn = dyn Fn(PointerInput<'_>) + Send + Sync;
Pointer-specific input handler.