Skip to main content
Version: 20 Mar 2024

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;

TypeDescription
TextInputFlagsFlags related to a text entry field passed when on_show_keyboard is called.

TextInputType

One of TextInputType.


public TextInputType TextInputType;

TypeDescription
TextInputTypeThe 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;