Skip to content

UIInputKeyboard

jay19240 edited this page Dec 18, 2024 · 3 revisions

UIInputKeyboard

A UI widget displaying a virtual keyboard. It emit 'E_VALUE_CHANGED' with data { value }

  • inherit from: UIWidget

Constructors

  • new UIInputKeyboard(): UIInputKeyboard

Methods

  • focus(): void
  • onAction(actionId: string): void
    • actionId
  • setValue(value: string): void
    • value: The value.
  • unfocus(): void
Clone this wiki locally