Instance Property
dragging
Set to YES while the mouse is down and dragging.
Declaration
var dragging: Bool { get set }Declaration
@property (nonatomic) BOOL dragging;Declaration
dragging() -> bool
setDragging_(dragging: bool)Discussion
The setter should initialize the drag action. (set dragStart)