zwp_tablet_manager_v2¤
wayland.zwp_tablet_manager_v2 ¤
Controller object for graphic tablet devices
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 actual tablets, use wp_tablet_manager.get_tablet_seat.
Methods:
-
get_tablet_seat
–Get the tablet seat
-
destroy
–Release the memory for the tablet manager object
get_tablet_seat ¤
get_tablet_seat(seat: wl_seat) -> zwp_tablet_seat_v2
Get the tablet seat
Get the wp_tablet_seat object for the given seat. This object provides access to all graphics tablets in this seat.
Parameters:
Returns:
-
zwp_tablet_seat_v2
(zwp_tablet_seat_v2
) –The created object
destroy ¤
destroy() -> None
Release the memory for the tablet manager object
Destroy the wp_tablet_manager object. Objects created from this object are unaffected and should be destroyed separately.