[][src]Module wayland_protocols::unstable::tablet::v1::client::zwp_tablet_v1

graphics tablet device

The wp_tablet interface represents one graphics tablet device. The tablet interface itself does not generate events; all events are generated by wp_tablet_tool objects when in proximity above a tablet.

A tablet has a number of static characteristics, e.g. device name and pid/vid. These capabilities are sent in an event sequence after the wp_tablet_seat.tablet_added event. This initial event sequence is terminated by a wp_tablet.done event.

Structs

ZwpTabletV1

Enums

Event
Request

Constants

EVT_DONE_SINCE

The minimal object version supporting this event

EVT_ID_SINCE

The minimal object version supporting this event

EVT_NAME_SINCE

The minimal object version supporting this event

EVT_PATH_SINCE

The minimal object version supporting this event

EVT_REMOVED_SINCE

The minimal object version supporting this event

REQ_DESTROY_SINCE

The minimal object version supporting this request

Traits

RequestsTrait