[][src]Module wayland_server::protocol::wl_touch

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.

Structs

WlTouch

Enums

Event
Request

Constants

EVT_CANCEL_SINCE

The minimal object version supporting this event

EVT_DOWN_SINCE

The minimal object version supporting this event

EVT_FRAME_SINCE

The minimal object version supporting this event

EVT_MOTION_SINCE

The minimal object version supporting this event

EVT_ORIENTATION_SINCE

The minimal object version supporting this event

EVT_SHAPE_SINCE

The minimal object version supporting this event

EVT_UP_SINCE

The minimal object version supporting this event

REQ_RELEASE_SINCE

The minimal object version supporting this request

Statics

wl_touch_events

C-representation of the messages of this interface, for interop

wl_touch_interface

C representation of this interface, for interop

wl_touch_requests

C-representation of the messages of this interface, for interop

Traits

RequestHandler

An interface for handling requests.