Package org.freedesktop.wayland.server
Interface WlTouchRequestsV9
- All Superinterfaces:
WlTouchRequests,WlTouchRequestsV2,WlTouchRequestsV3,WlTouchRequestsV4,WlTouchRequestsV5,WlTouchRequestsV6,WlTouchRequestsV7,WlTouchRequestsV8
touchscreen input device
The wl_touch interface represents a touchscreen associated with a seat.
Touch interactions can consist of one or more contacts. For each contact, a series of events is generated, starting with a down event, followed by zero or more motion events, and ending with an up event. Events relating to the same contact point can be identified by the ID of the sequence.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidrelease(WlTouchResource requester) release the touch object
-
Field Details
-
VERSION
static final int VERSION- See Also:
-
-
Method Details
-
release
release the touch object- Specified by:
releasein interfaceWlTouchRequestsV3- Specified by:
releasein interfaceWlTouchRequestsV4- Specified by:
releasein interfaceWlTouchRequestsV5- Specified by:
releasein interfaceWlTouchRequestsV6- Specified by:
releasein interfaceWlTouchRequestsV7- Specified by:
releasein interfaceWlTouchRequestsV8- Parameters:
requester- The protocol object that made the request.
-