Trait cosmic::iced_winit::winit::platform::x11::ActiveEventLoopExtX11
source · pub trait ActiveEventLoopExtX11 {
// Required method
fn is_x11(&self) -> bool;
}
Expand description
Additional methods on ActiveEventLoop
that are specific to X11.
Required Methods§
sourcefn is_x11(&self) -> bool
fn is_x11(&self) -> bool
True if the ActiveEventLoop
uses X11.