[][src]Module wayland_raw_protocol_bindings::client::wayland::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.

Enums

wl_touch

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

wl_touch_listener

An interface for handling events.

Functions

wl_touch_add_listener
wl_touch_add_rust_listener
wl_touch_destroy
wl_touch_get_user_data
wl_touch_get_version
wl_touch_release

release the touch object

wl_touch_set_user_data