InputFieldData
Struct containing data about clicked input field in WebView.
Public Attributes
Height
Height of the input field.
public int Height;
TextInputFlags
One or combination of TextInputFlags.
public TextInputFlags TextInputFlags;
| Type | Description | 
|---|---|
| TextInputFlags | Flags related to a text entry field passed when on_show_keyboard is called. | 
TextInputType
One of TextInputType.
public TextInputType TextInputType;
| Type | Description | 
|---|---|
| TextInputType | The type of text entry selected when onShowKeyboard is called. | 
Width
Width of the input field.
public int Width;
X
Horizontal position of the input field.
public int X;
Y
Vertical position of the input field.
public int Y;