Package org.freedesktop.wayland.server
Interface ZwpTabletSeatV2Requests
public interface ZwpTabletSeatV2Requests
controller object for graphic tablet devices of a seat
An object that provides access to the graphics tablets available on this seat. After binding to this interface, the compositor sends a set of wp_tablet_seat.tablet_added and wp_tablet_seat.tool_added events.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy
(ZwpTabletSeatV2Resource requester) release the memory for the tablet seat object
-
Field Details
-
VERSION
static final int VERSION- See Also:
-
-
Method Details
-
destroy
release the memory for the tablet seat objectDestroy the wp_tablet_seat object. Objects created from this object are unaffected and should be destroyed separately.
- Parameters:
requester
- The protocol object that made the request.
-