Function winit::event_loop::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.