Trait 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§

source

fn is_wayland(&self) -> bool

True if the EventLoop uses Wayland.

Implementors§

source§

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