[][src]Trait wayland_protocols::wlr::unstable::input_inhibitor::v1::client::zwlr_input_inhibit_manager_v1::RequestsTrait

pub trait RequestsTrait {
    fn get_inhibitor<F>(
        &self,
        implementor: F
    ) -> Result<Proxy<ZwlrInputInhibitorV1>, ()>
    where
        F: FnOnce(NewProxy<ZwlrInputInhibitorV1>) -> Proxy<ZwlrInputInhibitorV1>
; }

Required methods

fn get_inhibitor<F>(
    &self,
    implementor: F
) -> Result<Proxy<ZwlrInputInhibitorV1>, ()> where
    F: FnOnce(NewProxy<ZwlrInputInhibitorV1>) -> Proxy<ZwlrInputInhibitorV1>, 

inhibit input to other clients

Activates the input inhibitor. As long as the inhibitor is active, the compositor will not send input events to other clients.

Loading content...

Implementations on Foreign Types

impl RequestsTrait for Proxy<ZwlrInputInhibitManagerV1>[src]

Loading content...

Implementors

Loading content...