Type Alias bevy_winit::EventLoopProxy

source ·
pub type EventLoopProxy<T> = EventLoopProxy<T>;
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<T> { /* private fields */ }