convert_event

Function convert_event 

Source
pub fn convert_event<T>(ev: Event<'_, T>) -> Option<Event>
Expand description

Converts a winit event to a pixel-widgets event, if such a conversion is available. Requires the “winit” feature.