userInput

Type Event
Revision Release 2024.3703
Keywords userInput, textfield events, textbox events
See also native.newTextField()
native.newTextBox()

Overview

userInput events are used to listen to text input events caused by user interaction with TextField and TextBox objects.

Properties

event.newCharacters

event.numDeleted

event.oldText

event.phase

event.startPosition

event.target

event.text