Type Alias EventLoopBuilder
pub type EventLoopBuilder = EventLoopBuilder<SlintEvent>;
Available on crate feature
unstable-winit-030
only.Expand description
Convenience alias for the event loop builder used by Slint.
It can be used to configure the event loop with
slint::BackendSelector::with_winit_event_loop_builder()
Aliased Typeยง
pub struct EventLoopBuilder { /* private fields */ }