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