Class TextInputEvent

Event that gets sent out when user inputs some text. These events may be preceeded by normal button events if user is typing on a keyboard.

Constructors

Properties

Accessors

Methods

Constructors

Properties

_isUsed: boolean
_textChar: number

Accessors

  • get isUsed(): boolean
  • Returns boolean

  • get textChar(): number
  • Character the that was input.

    Returns number

Methods