freya::prelude::reexports::winit::platform::wayland

Trait EventLoopExtWayland

pub trait EventLoopExtWayland {
    // Required method
    fn is_wayland(&self) -> bool;
}
Expand description

Additional methods on EventLoop that are specific to Wayland.

Required Methods§

fn is_wayland(&self) -> bool

True if the EventLoop uses Wayland.

Implementors§

§

impl<T> EventLoopExtWayland for EventLoop<T>
where T: 'static,