Trait winit::platform::wayland::ActiveEventLoopExtWayland

source ·
pub trait ActiveEventLoopExtWayland {
    // Required method
    fn is_wayland(&self) -> bool;
}
Available on wayland_platform only.
Expand description

Additional methods on ActiveEventLoop that are specific to Wayland.

Required Methods§

source

fn is_wayland(&self) -> bool

True if the ActiveEventLoop uses Wayland.

Implementors§