pub fn dispatch_pointer(path: &HitPath<'_>, event: PointerEvent) -> boolExpand description
Dispatches a pointer event to the innermost custom node on the hit path.
Event coordinates are translated from page space into the node’s local content-box space before delivery.