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

# BESelectionTouchPhase.endedMovingBackward

A phase that indicates when the touch interaction ends after moving in a backward direction.

## Declaration

```swift
case endedMovingBackward
```

## See Also

### Identifying a selection touch phase

- [BESelectionTouchPhase.ended](browserenginekit/beselectiontouchphase/ended.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)
