Trait OutputHandler

Source
pub trait OutputHandler {
    // Provided method
    fn output_bound(&mut self, _output: Output, _wl_output: WlOutput) { ... }
}
Available on crate feature wayland_frontend only.
Expand description

Events initiated by the clients interacting with outputs

Provided Methods§

Source

fn output_bound(&mut self, _output: Output, _wl_output: WlOutput)

A client bound a new wl_output instance.

Implementors§