Class: InputForm

InputForm()

Basic input form, contains a TextBlock, InputText and a submit button.

Constructor

new InputForm()

Source:

Classes

InputForm

Methods

addListener()

Add a listener to be called when input text is changed (submit button activated or input lost focus)
Source:

init()

Creates the StackPanel, adds components, creates plane, texture and virtual keyboard.
Source:
Returns:
plane containing the form

notifyListeners()

Called to notify listeners
Source:

removeListener()

Remove a listener
Source: