Trait wayland_protocols::unstable::tablet::v1::client::zwp_tablet_manager_v1::RequestsTrait
source · pub trait RequestsTrait {
fn get_tablet_seat<F>(
&self,
seat: &Proxy<WlSeat>,
implementor: F
) -> Result<Proxy<ZwpTabletSeatV1>, ()>
where
F: FnOnce(NewProxy<ZwpTabletSeatV1>) -> Proxy<ZwpTabletSeatV1>;
fn destroy(&self);
}Required Methods§
sourcefn get_tablet_seat<F>(
&self,
seat: &Proxy<WlSeat>,
implementor: F
) -> Result<Proxy<ZwpTabletSeatV1>, ()>where
F: FnOnce(NewProxy<ZwpTabletSeatV1>) -> Proxy<ZwpTabletSeatV1>,
fn get_tablet_seat<F>(
&self,
seat: &Proxy<WlSeat>,
implementor: F
) -> Result<Proxy<ZwpTabletSeatV1>, ()>where
F: FnOnce(NewProxy<ZwpTabletSeatV1>) -> Proxy<ZwpTabletSeatV1>,
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.