[][src]Trait wayland_protocols::unstable::fullscreen_shell::v1::client::zwp_fullscreen_shell_v1::EventHandler

pub trait EventHandler {
    fn capability(&mut self, object: ZwpFullscreenShellV1, capability: u32) { ... }
}

An interface for handling events.

Provided methods

fn capability(&mut self, object: ZwpFullscreenShellV1, capability: u32)

advertises a capability of the compositor

Advertises a single capability of the compositor.

When the wl_fullscreen_shell interface is bound, this event is emitted once for each capability advertised. Valid capabilities are given by the wl_fullscreen_shell.capability enum. If clients want to take advantage of any of these capabilities, they should use a wl_display.sync request immediately after binding to ensure that they receive all the capability events.

Loading content...

Implementors

Loading content...