Module wl_data_device

Source
Expand description

data transfer device

There is one wl_data_device per seat which can be obtained from the global wl_data_device_manager singleton.

A wl_data_device provides access to inter-client data transfer mechanisms such as copy-and-paste and drag-and-drop.

Structs§

WlDataDevice
data transfer device

Enums§

Error
Event
Request

Constants§

EVT_DATA_OFFER_OPCODE
The wire opcode for this event
EVT_DATA_OFFER_SINCE
The minimal object version supporting this event
EVT_DROP_OPCODE
The wire opcode for this event
EVT_DROP_SINCE
The minimal object version supporting this event
EVT_ENTER_OPCODE
The wire opcode for this event
EVT_ENTER_SINCE
The minimal object version supporting this event
EVT_LEAVE_OPCODE
The wire opcode for this event
EVT_LEAVE_SINCE
The minimal object version supporting this event
EVT_MOTION_OPCODE
The wire opcode for this event
EVT_MOTION_SINCE
The minimal object version supporting this event
EVT_SELECTION_OPCODE
The wire opcode for this event
EVT_SELECTION_SINCE
The minimal object version supporting this event
REQ_RELEASE_OPCODE
The wire opcode for this request
REQ_RELEASE_SINCE
The minimal object version supporting this request
REQ_SET_SELECTION_OPCODE
The wire opcode for this request
REQ_SET_SELECTION_SINCE
The minimal object version supporting this request
REQ_START_DRAG_OPCODE
The wire opcode for this request
REQ_START_DRAG_SINCE
The minimal object version supporting this request