pub fn handle<Event: EventExt>( cs: CriticalSection<'_>, event_data: &Event, ) -> bool
Handle the given event using the registered event handlers.