---
title: BESelectionTouchPhase.ended
framework: browserenginekit
role: symbol
role_heading: Case
path: browserenginekit/beselectiontouchphase/ended
---

# BESelectionTouchPhase.ended

A phase that indicates when the touch interaction for text selection completes without specifying movement direction.

## Declaration

```swift
case ended
```

## See Also

### Identifying a selection touch phase

- [BESelectionTouchPhase.endedMovingBackward](browserenginekit/beselectiontouchphase/endedmovingbackward.md)
- [BESelectionTouchPhase.endedMovingForward](browserenginekit/beselectiontouchphase/endedmovingforward.md)
- [BESelectionTouchPhase.endedNotMoving](browserenginekit/beselectiontouchphase/endednotmoving.md)
- [BESelectionTouchPhase.moved](browserenginekit/beselectiontouchphase/moved.md)
- [BESelectionTouchPhase.started](browserenginekit/beselectiontouchphase/started.md)
