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.