<!--
{
  "availability" : [
    "iOS: 17.4.0 -",
    "iPadOS: 17.4.0 -",
    "macOS: -",
    "tvOS: 17.4.0 -",
    "visionOS: 1.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "BrowserEngineKit",
  "identifier" : "/documentation/BrowserEngineKit/BESelectionTouchPhase",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "BrowserEngineKit"
    ],
    "preciseIdentifier" : "c:@E@BESelectionTouchPhase"
  },
  "title" : "BESelectionTouchPhase"
}
-->

# BESelectionTouchPhase

The different phases of touch interaction during text selection operations.

```
enum BESelectionTouchPhase
```

## Overview

The [`BETextInput`](/documentation/BrowserEngineKit/BETextInput) protocol provides your app an instance of this structure as an argument to the  [`adjustSelectionBoundary(to:touchPhase:baseIsStart:flags:)`](/documentation/BrowserEngineKit/BETextInput/adjustSelectionBoundary(to:touchPhase:baseIsStart:flags:)) callback.

## Topics

### Identifying a selection touch phase

[`BESelectionTouchPhase.ended`](/documentation/BrowserEngineKit/BESelectionTouchPhase/ended)

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

[`BESelectionTouchPhase.endedMovingBackward`](/documentation/BrowserEngineKit/BESelectionTouchPhase/endedMovingBackward)

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

[`BESelectionTouchPhase.endedMovingForward`](/documentation/BrowserEngineKit/BESelectionTouchPhase/endedMovingForward)

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

[`BESelectionTouchPhase.endedNotMoving`](/documentation/BrowserEngineKit/BESelectionTouchPhase/endedNotMoving)

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

[`BESelectionTouchPhase.moved`](/documentation/BrowserEngineKit/BESelectionTouchPhase/moved)

A phase that indicates that a touch actively adjusts the text selection boundaries.

[`BESelectionTouchPhase.started`](/documentation/BrowserEngineKit/BESelectionTouchPhase/started)

A phase that indicates when a new touch interaction for text selection begins.

### Creating a selection touch phase

[`init(rawValue:)`](/documentation/BrowserEngineKit/BESelectionTouchPhase/init(rawValue:))

Creates a text selection phase with the specified underlying value.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)