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