freya::prelude::reexports::winit::platform::x11

Trait EventLoopExtX11

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

Additional methods on EventLoop that are specific to X11.

Required Methods§

fn is_x11(&self) -> bool

True if the EventLoop uses X11.

Implementors§

§

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