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§
Sourcefn output_bound(&mut self, _output: Output, _wl_output: WlOutput)
fn output_bound(&mut self, _output: Output, _wl_output: WlOutput)
A client bound a new wl_output instance.