Trait winit::platform::x11::ActiveEventLoopExtX11

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

Additional methods on ActiveEventLoop that are specific to X11.

Required Methods§

source

fn is_x11(&self) -> bool

True if the ActiveEventLoop uses X11.

Implementors§