Trait wayland_protocols::unstable::tablet::v2::client::zwp_tablet_manager_v2::RequestsTrait
source · pub trait RequestsTrait {
fn get_tablet_seat<F>(
&self,
seat: &Proxy<WlSeat>,
implementor: F
) -> Result<Proxy<ZwpTabletSeatV2>, ()>
where
F: FnOnce(NewProxy<ZwpTabletSeatV2>) -> Proxy<ZwpTabletSeatV2>;
fn destroy(&self);
}Required Methods§
sourcefn get_tablet_seat<F>(
&self,
seat: &Proxy<WlSeat>,
implementor: F
) -> Result<Proxy<ZwpTabletSeatV2>, ()>where
F: FnOnce(NewProxy<ZwpTabletSeatV2>) -> Proxy<ZwpTabletSeatV2>,
fn get_tablet_seat<F>(
&self,
seat: &Proxy<WlSeat>,
implementor: F
) -> Result<Proxy<ZwpTabletSeatV2>, ()>where
F: FnOnce(NewProxy<ZwpTabletSeatV2>) -> Proxy<ZwpTabletSeatV2>,
get the tablet seat
Get the wp_tablet_seat object for the given seat. This object provides access to all graphics tablets in this seat.