Trait winit::platform::x11::EventLoopExtX11

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

Additional methods on EventLoop that are specific to X11.

Required Methods§

source

fn is_x11(&self) -> bool

True if the EventLoop uses X11.

Implementors§

source§

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