ori::core::views

Function on_event_before

Source
pub fn on_event_before<T, V>(
    content: V,
    handler: impl FnMut(&mut EventCx<'_, '_>, &mut T, &Event) -> bool + 'static,
) -> EventHandler<T, V>
Expand description

Create a new EventHandler, with a before callback.