ori::prelude

Function on_event

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

Create a new EventHandler, with an after callback.