Skip to content

UITextInput.FindWordBoundaryBackward(int) Method

Definition

Namespace: Brine2D.UI

Returns the index of the start of the previous word \(or 0 if already at the beginning\). Skips whitespace, then skips the preceding word.

C#
private int FindWordBoundaryBackward(int from);

Parameters

from System.Int32

Returns

System.Int32