diff --git a/stable/tablet/tablet-v2.xml b/stable/tablet/tablet-v2.xml index 85529bd..e670167 100644 --- a/stable/tablet/tablet-v2.xml +++ b/stable/tablet/tablet-v2.xml @@ -106,7 +106,7 @@ tool was used on are removed. - + An object that provides access to the graphics tablets available on this system. All tablets are associated with a seat, to get access to the @@ -130,7 +130,7 @@ - + An object that provides access to the graphics tablets available on this seat. After binding to this interface, the compositor sends a set of @@ -181,7 +181,7 @@ - + An object that represents a physical tool that has been, or is currently in use with a tablet in this seat. Each zwp_tablet_tool_v2 @@ -565,9 +565,23 @@ + + + + + + Notifies the client that the tool has a model-specific + name (e.g. "Wacom Pro Pen"). If the tool has no name, this event + is omitted. + + This event is sent in the initial burst of events before the + zwp_tablet_tool_v2.done event. + + + - + The zwp_tablet_v2 interface represents one graphics tablet device. The tablet interface itself does not generate events; all events are @@ -683,7 +697,7 @@ - + A circular interaction area, such as the touch ring on the Wacom Intuos Pro series tablets. @@ -797,7 +811,7 @@ - + A linear interaction area, such as the strips found in Wacom Cintiq models. @@ -913,7 +927,7 @@ - + A pad group describes a distinct (sub)set of buttons, rings and strips present in the tablet. The criteria of this grouping is usually positional, @@ -1061,7 +1075,7 @@ - + A pad device is a set of buttons, rings, strips and dials usually physically present on the tablet device itself. Some @@ -1219,9 +1233,42 @@ the pad itself. + + + + + + The bustype argument is one of the BUS_ defines in the Linux kernel's + linux/input.h + + If the pad has no known bustype or the bustype cannot be + queried, this event is not sent. + + This event is sent in the initial burst of events before the + zwp_tablet_pad_v2.done event. + + + + + + + The vendor and product IDs for the tablet pad device. + + The interpretation of the id depends on the zwp_tablet_pad_v2.bustype. + + If the device has no vendor/product ID, this event is not sent. + This can happen for virtual devices or non-USB devices, for instance. + + This event is sent in the initial burst of events before the + zwp_tablet_pad_v2.done event. + + + + + - + A rotary control, e.g. a dial or a wheel.