---
title: BEGestureType.doubleTap
framework: browserenginekit
role: symbol
role_heading: Case
path: browserenginekit/begesturetype/doubletap
---

# BEGestureType.doubleTap

A gesture for two rapid consecutive taps.

## Declaration

```swift
case doubleTap
```

## See Also

### Tap gestures

- [BEGestureType.oneFingerTap](browserenginekit/begesturetype/onefingertap.md)
- [BEGestureType.oneFingerDoubleTap](browserenginekit/begesturetype/onefingerdoubletap.md)
- [BEGestureType.oneFingerTripleTap](browserenginekit/begesturetype/onefingertripletap.md)
- [BEGestureType.twoFingerSingleTap](browserenginekit/begesturetype/twofingersingletap.md)
