Function freya::core::events::process_events

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

Process the events and emit them to the VirtualDOM