TextInput.caretTo

Move the caret to the given screen position (viewport space).

class TextInput
void
caretTo
(
Vector2 position
)

Parameters

position Vector2

Position in the screen to move the cursor to.

Meta