SimpleTextInput extension

Extension for simpler text-only usage (no cursor tracking).

Use this when you only need simple append/backspace without cursor positioning.

on

Methods

append(String text) → void

Available on TextInputBuffer, provided by the SimpleTextInput extension

Appends text to the end (ignoring cursor position).
removeLast() bool

Available on TextInputBuffer, provided by the SimpleTextInput extension

Removes the last character (ignoring cursor position).