[][src]Trait wayland_protocols::unstable::tablet::v2::server::zwp_tablet_manager_v2::RequestHandler

pub trait RequestHandler {
    fn get_tablet_seat(
        &mut self,
        object: ZwpTabletManagerV2,
        tablet_seat: NewResource<ZwpTabletSeatV2>,
        seat: WlSeat
    ) { ... }
fn destroy(&mut self, object: ZwpTabletManagerV2) { ... } }

An interface for handling requests.

Provided methods

fn get_tablet_seat(
    &mut self,
    object: ZwpTabletManagerV2,
    tablet_seat: NewResource<ZwpTabletSeatV2>,
    seat: WlSeat
)

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.

fn destroy(&mut self, object: ZwpTabletManagerV2)

release the memory for the tablet manager object

Destroy the wp_tablet_manager object. Objects created from this object are unaffected and should be destroyed separately.

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

Loading content...

Implementors

Loading content...