# `GSToolSelect mouseDoubleDown:`

*Instance Method*

## Declaration

```swift
func mouseDoubleDown(_ theEvent: NSEvent)
```

```objc
- (void) mouseDoubleDown:(NSEvent *) theEvent;
```

```python
mouseDoubleDown_(theEvent: NSEvent)
```

