Type Alias bevy::winit::EventLoopProxy

pub type EventLoopProxy = EventLoopProxy<RequestRedraw>;
Expand description

The [winit::event_loop::EventLoopProxy] with the specific [winit::event::Event::UserEvent] used in the winit_runner.

The EventLoopProxy can be used to request a redraw from outside bevy.

Use NonSend<EventLoopProxy> to receive this resource.

Aliased Typeยง

struct EventLoopProxy { /* private fields */ }