pub trait EventLoopWindowTargetExtWayland {
// Required method
fn is_wayland(&self) -> bool;
}
Expand description
Additional methods on EventLoopWindowTarget
that are specific to Wayland.
Required Methods§
sourcefn is_wayland(&self) -> bool
fn is_wayland(&self) -> bool
True if the EventLoopWindowTarget
uses Wayland.