DragOperation
Operations of dragging.
Header | #include "nativeui/dragging_info.h" |
Namespace | namespace nu |
Type | enum |
The DragOperation
are integer masks that can be operated with bitwise
operators.
The None
operation means dragging is not allowed, and it should not be used
together with other operations.
This type is an enum
with following values:
DRAG_OPERATION_NONE
DRAG_OPERATION_COPY
DRAG_OPERATION_MOVE
DRAG_OPERATION_LINK