Skip to main content

process_pointer_repasses

Function process_pointer_repasses 

Source
pub fn process_pointer_repasses<F>(processor: F)
where F: FnMut(usize),
Expand description

Re-export the UI crate so applications can depend on a single crate. Processes all pending pointer repasses.

The host (e.g., app shell or layout engine) should call this after composition/layout to service pointer invalidations without forcing measure/layout passes.