winit::event_loop

Function dispatch_event_for_app

Source
pub(crate) fn dispatch_event_for_app<T: 'static, A: ApplicationHandler<T>>(
    app: &mut A,
    event_loop: &ActiveEventLoop,
    event: Event<T>,
)
Expand description

Shim for various run APIs.