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