[][src]Function nannou::ui::winit_window_event_to_input

pub fn winit_window_event_to_input(
    event: WindowEvent,
    window: &Window
) -> Option<Input>

Convert the given window event to a UI Input.

Returns None if there's no associated UI Input for the given event.