Represents the type of mobile keyboard that can show up. Similar to Unities TouchScreenKeyboardType, however also has a None option to allow an element to not display any keyboard at all.
Public Attributes | |
bool | Secret |
True if this keyboard should hide the input. More... | |
bool | Multiline |
True if this keyboard should be multiline. More... | |
string | StartText |
The text that should show up to start with. More... | |
bool PowerUI.KeyboardMode.Multiline |
True if this keyboard should be multiline.
bool PowerUI.KeyboardMode.Secret |
True if this keyboard should hide the input.
string PowerUI.KeyboardMode.StartText |
The text that should show up to start with.