NTVectorElementDragResult
enum NTVectorElementDragResult : NSInteger {}
The intended result of the drag operation.
-
Dragging should be ignored. The input event will be passed on to other handlers.
Declaration
Objective-C
NT_VECTOR_ELEMENT_DRAG_RESULT_IGNORE
-
Dragging should be ignored. The input event is not passed on to other handlers.
Declaration
Objective-C
NT_VECTOR_ELEMENT_DRAG_RESULT_STOP
-
The underlying vector element (or vertex) should be modified.
Declaration
Objective-C
NT_VECTOR_ELEMENT_DRAG_RESULT_MODIFY
-
The underlying vector element or vertex should be deleted.
Declaration
Objective-C
NT_VECTOR_ELEMENT_DRAG_RESULT_DELETE