Package org.freedesktop.wayland.client
Class ZwpTabletSeatV2Proxy
java.lang.Object
org.freedesktop.wayland.client.Proxy<ZwpTabletSeatV2Events>
org.freedesktop.wayland.client.ZwpTabletSeatV2Proxy
- All Implemented Interfaces:
WaylandObject
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 -
Constructor Summary
ConstructorsConstructorDescriptionZwpTabletSeatV2Proxy
(MemorySegment pointer) ZwpTabletSeatV2Proxy
(MemorySegment pointer, ZwpTabletSeatV2Events implementation, int version) -
Method Summary
Methods inherited from class org.freedesktop.wayland.client.Proxy
equals, getId, getImplementation, getPointer, getVersion, hashCode, marshal, marshal, marshalConstructor, setQueue
-
Field Details
-
INTERFACE_NAME
- See Also:
-
-
Constructor Details
-
ZwpTabletSeatV2Proxy
public ZwpTabletSeatV2Proxy(MemorySegment pointer, ZwpTabletSeatV2Events implementation, int version) -
ZwpTabletSeatV2Proxy
-
-
Method Details
-
destroy
public void 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.
- Overrides:
destroy
in classProxy<ZwpTabletSeatV2Events>
-