TextInput.chopWord

Erase last word before the caret, or the first word after.

Parms: forward = If true, delete the next word. If false, delete the previous.

class TextInput
void
chopWord
(
bool forward = false
)

Meta