[][src]Module wayland_client::protocol::wl_seat

group of input devices

A seat is a group of keyboards, pointer and touch devices. This object is published as a global during start up, or when such a device is hot plugged. A seat typically has a pointer and maintains a keyboard focus and a pointer focus.

Structs

Capability

seat capability bitmask

WlSeat

Enums

Event
Request

Constants

EVT_CAPABILITIES_SINCE

The minimal object version supporting this event

EVT_NAME_SINCE

The minimal object version supporting this event

REQ_GET_KEYBOARD_SINCE

The minimal object version supporting this request

REQ_GET_POINTER_SINCE

The minimal object version supporting this request

REQ_GET_TOUCH_SINCE

The minimal object version supporting this request

REQ_RELEASE_SINCE

The minimal object version supporting this request

Traits

RequestsTrait