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

# BESelectionTouchPhase.endedMovingForward

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

## Declaration

```swift
case endedMovingForward
```

## See Also

### Identifying a selection touch phase

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