Skip to main content

dispatch_pointer

Function dispatch_pointer 

Source
pub fn dispatch_pointer(path: &HitPath<'_>, event: PointerEvent) -> bool
Expand 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.