The OpenD Programming Language

cef_drag_operations_mask_t

"Verb" of a drag-and-drop operation as negotiated between the source and destination. These constants match their equivalents in WebCore's DragActions.h and should not be renumbered.

Values

ValueMeaning
DRAG_OPERATION_NONE0
DRAG_OPERATION_COPY1
DRAG_OPERATION_GENERIC4
DRAG_OPERATION_PRIVATE8
DRAG_OPERATION_MOVE16
DRAG_OPERATION_DELETE32
DRAG_OPERATION_EVERYUINT_MAX

Meta