wayland::data_device_manager_dnd_action(3) Wayland++ wayland::data_device_manager_dnd_action(3)

wayland::data_device_manager_dnd_action - drag and drop actions

#include <wayland-client-protocol.hpp>

Inherits wayland::detail::bitfield< size, id >.


static const wayland::detail::bitfield< 3, 6 > none {0}
no action static const wayland::detail::bitfield< 3, 6 > copy {1}
copy action static const wayland::detail::bitfield< 3, 6 > move {2}
move action static const wayland::detail::bitfield< 3, 6 > ask {4}
ask action

drag and drop actions

This is a bitmask of the available/preferred actions in a drag-and-drop operation.

In the compositor, the selected action is a result of matching the actions offered by the source and destination sides. 'action' events with a 'none' action will be sent to both source and destination if there is no match. All further checks will effectively happen on (source actions ∩ destination actions).

In addition, compositors may also pick different actions in reaction to key modifiers being pressed. One common design that is used in major toolkits (and the behavior recommended for compositors) is:

Behavior beyond that is considered implementation-dependent. Compositors may for example bind other modifiers (like Alt/Meta) or drags initiated with other buttons than BTN_LEFT to specific actions (e.g. 'ask').

Definition at line 1495 of file wayland-client-protocol.hpp.

ask action

Definition at line 1508 of file wayland-client-protocol.hpp.

copy action

Definition at line 1504 of file wayland-client-protocol.hpp.

move action

Definition at line 1506 of file wayland-client-protocol.hpp.

no action

Definition at line 1502 of file wayland-client-protocol.hpp.

Generated automatically by Doxygen for Wayland++ from the source code.

Tue Oct 29 2024 13:36:49 Version 1.0.0