Function freya_testing::prelude::process_events

pub fn process_events(
    dom: &FreyaDOM,
    events: &mut SmallVec<[PlatformEvent; 2]>,
    event_emitter: &UnboundedSender<Vec<DomEvent>>,
    nodes_state: &mut NodesState,
    scale_factor: f64,
    focus_id: Option<EntityId>,
)
Expand description

Process the events and emit them to the VirtualDOM