Package org.freedesktop.wayland.server
Interface ZwpTabletManagerV2Requests
public interface ZwpTabletManagerV2Requests
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.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy
(ZwpTabletManagerV2Resource requester) release the memory for the tablet manager objectvoid
getTabletSeat
(ZwpTabletManagerV2Resource requester, int tabletSeat, WlSeatResource seat) get the tablet seat
-
Field Details
-
VERSION
static final int VERSION- See Also:
-
-
Method Details
-
getTabletSeat
void getTabletSeat(ZwpTabletManagerV2Resource requester, int tabletSeat, @Nonnull WlSeatResource seat) get the tablet seatGet the wp_tablet_seat object for the given seat. This object provides access to all graphics tablets in this seat.
- Parameters:
requester
- The protocol object that made the request.tabletSeat
-seat
- The wl_seat object to retrieve the tablets for
-
destroy
release the memory for the tablet manager objectDestroy the wp_tablet_manager object. Objects created from this object are unaffected and should be destroyed separately.
- Parameters:
requester
- The protocol object that made the request.
-