Package org.freedesktop.wayland.server
Interface ZwpTabletV2Requests
public interface ZwpTabletV2Requests
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.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy
(ZwpTabletV2Resource requester) destroy the tablet object
-
Field Details
-
VERSION
static final int VERSION- See Also:
-
-
Method Details
-
destroy
destroy the tablet objectThis destroys the client's resource for this tablet object.
- Parameters:
requester
- The protocol object that made the request.
-