| Package | Description |
|---|---|
| org.freedesktop.wayland.client |
| Modifier and Type | Method and Description |
|---|---|
WlDataDeviceProxy |
WlDataDeviceManagerProxy.getDataDevice(WlDataDeviceEvents implementation,
WlSeatProxy seat)
create a new data device
|
| Modifier and Type | Method and Description |
|---|---|
void |
WlDataDeviceEventsV3.dataOffer(WlDataDeviceProxy emitter,
WlDataOfferProxy id)
introduce a new wl_data_offer
|
void |
WlDataDeviceEventsV2.dataOffer(WlDataDeviceProxy emitter,
WlDataOfferProxy id)
introduce a new wl_data_offer
|
void |
WlDataDeviceEvents.dataOffer(WlDataDeviceProxy emitter,
WlDataOfferProxy id)
introduce a new wl_data_offer
|
void |
WlDataDeviceEventsV3.drop(WlDataDeviceProxy emitter)
end drag-and-drop session successfully
|
void |
WlDataDeviceEventsV2.drop(WlDataDeviceProxy emitter)
end drag-and-drop session successfully
|
void |
WlDataDeviceEvents.drop(WlDataDeviceProxy emitter)
end drag-and-drop session successfully
|
void |
WlDataDeviceEventsV3.enter(WlDataDeviceProxy emitter,
int serial,
WlSurfaceProxy surface,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y,
WlDataOfferProxy id)
initiate drag-and-drop session
|
void |
WlDataDeviceEventsV2.enter(WlDataDeviceProxy emitter,
int serial,
WlSurfaceProxy surface,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y,
WlDataOfferProxy id)
initiate drag-and-drop session
|
void |
WlDataDeviceEvents.enter(WlDataDeviceProxy emitter,
int serial,
WlSurfaceProxy surface,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y,
WlDataOfferProxy id)
initiate drag-and-drop session
|
void |
WlDataDeviceEventsV3.leave(WlDataDeviceProxy emitter)
end drag-and-drop session
|
void |
WlDataDeviceEventsV2.leave(WlDataDeviceProxy emitter)
end drag-and-drop session
|
void |
WlDataDeviceEvents.leave(WlDataDeviceProxy emitter)
end drag-and-drop session
|
void |
WlDataDeviceEventsV3.motion(WlDataDeviceProxy emitter,
int time,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
drag-and-drop session motion
|
void |
WlDataDeviceEventsV2.motion(WlDataDeviceProxy emitter,
int time,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
drag-and-drop session motion
|
void |
WlDataDeviceEvents.motion(WlDataDeviceProxy emitter,
int time,
org.freedesktop.wayland.util.Fixed x,
org.freedesktop.wayland.util.Fixed y)
drag-and-drop session motion
|
void |
WlDataDeviceEventsV3.selection(WlDataDeviceProxy emitter,
WlDataOfferProxy id)
advertise new selection
|
void |
WlDataDeviceEventsV2.selection(WlDataDeviceProxy emitter,
WlDataOfferProxy id)
advertise new selection
|
void |
WlDataDeviceEvents.selection(WlDataDeviceProxy emitter,
WlDataOfferProxy id)
advertise new selection
|
Copyright © 2016. All rights reserved.