13 lines
535 B
Markdown
13 lines
535 B
Markdown
With input's you are able to create a object where the user can type something in.<br>
|
|
|
|
[Object](objects/Object.md) methods also apply for input objects.
|
|
|
|
| | |
|
|
|---|---|
|
|
|[setInputType](objects/Input/setInputType.md)|Sets the input type
|
|
|[getInputType](objects/Input/getInputType.md)|Returns the input type
|
|
|[setDefaultText](objects/Input/setDefaultText.md)|Sets the default text
|
|
|[setInputLimit](objects/Input/setInputLimit.md)|Sets a limit to be able to write
|
|
|[getInputLimit](objects/Input/getInputLimit.md)|Returns the limit
|
|
|