[][src]Trait wayland_protocols::unstable::xwayland_keyboard_grab::v1::client::zwp_xwayland_keyboard_grab_v1::RequestsTrait

pub trait RequestsTrait {
    fn destroy(&self);
}

Required methods

fn destroy(&self)

destroy the grabbed keyboard object

Destroy the grabbed keyboard object. If applicable, the compositor will ungrab the keyboard.

This is a destructor, you cannot send requests to this object any longer once this method is called.

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwpXwaylandKeyboardGrabV1>[src]

Loading content...

Implementors

Loading content...