---
title: "selectionBoundaryAdjusted(to:touchPhase:flags:)"
framework: browserenginekit
role: symbol
role_heading: Instance Method
path: "browserenginekit/betextinteraction/selectionboundaryadjusted(to:touchphase:flags:)"
---

# selectionBoundaryAdjusted(to:touchPhase:flags:)

Notifies the system after the text view adjusts its selection.

## Declaration

```swift
func selectionBoundaryAdjusted(to point: CGPoint, touchPhase touch: BESelectionTouchPhase, flags: BESelectionFlags)
```

## Discussion

Discussion Call this method when your browser text view receives adjustSelectionBoundary(to:touchPhase:baseIsStart:flags:).

## See Also

### Text selection

- [delegate](browserenginekit/betextinteraction/delegate.md)
- [BETextInteractionDelegate](browserenginekit/betextinteractiondelegate.md)
- [textSelectionDisplayInteraction](browserenginekit/betextinteraction/textselectiondisplayinteraction.md)
- [selectionChangedWithGesture(at:gesture:state:flags:)](browserenginekit/betextinteraction/selectionchangedwithgesture(at:gesture:state:flags:).md)
