# `GlyphsToolEvent.dragging`

*Instance Property*

Set to YES while the mouse is down and dragging.

## Declaration

```swift
var dragging: Bool { get set }
```

```objc
@property (nonatomic) BOOL dragging;
```

```python
dragging() -> bool
setDragging_(dragging: bool)
```

## Discussion

The setter should initialize the drag action. (set dragStart)

