pub fn measure_potential_events(
events: &EventsQueue,
fdom: &FreyaDOM,
scale_factor: f64,
focus_id: Option<NodeId>,
) -> PotentialEvents
Expand description
Measure what event listeners could potentially be triggered
pub fn measure_potential_events(
events: &EventsQueue,
fdom: &FreyaDOM,
scale_factor: f64,
focus_id: Option<NodeId>,
) -> PotentialEvents
Measure what event listeners could potentially be triggered