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

# BESelectionTouchPhase.endedNotMoving

A phase that indicates when the touch interaction ends without any movement of the selection boundaries.

## Declaration

```swift
case endedNotMoving
```

## See Also

### Identifying a selection touch phase

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