Package org.freedesktop.wayland.client
Class ZwpTabletV2Proxy
java.lang.Object
org.freedesktop.wayland.client.Proxy<ZwpTabletV2Events>
org.freedesktop.wayland.client.ZwpTabletV2Proxy
- All Implemented Interfaces:
WaylandObject
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 -
Constructor Summary
ConstructorsConstructorDescriptionZwpTabletV2Proxy
(MemorySegment pointer) ZwpTabletV2Proxy
(MemorySegment pointer, ZwpTabletV2Events 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
-
ZwpTabletV2Proxy
-
ZwpTabletV2Proxy
-
-
Method Details
-
destroy
public void destroy()destroy the tablet objectThis destroys the client's resource for this tablet object.
- Overrides:
destroy
in classProxy<ZwpTabletV2Events>
-