show
Shows an input helper.
Syntax
expression.show(width, height, isCaptureKeyboard);
expression
- A variable that represents a InputHelper class.
Parameters
Name | Required/Optional | Data type | Default | Description |
---|---|---|---|---|
width | Required | number | The input helper window width measured in millimeters. | |
height | Required | number | The input helper window height measured in millimeters. | |
isCaptureKeyboard | Required | boolean | Defines if the keyboard is caught (true) or not (false). |
Returns
This method doesn't return any data.