14 [
NativeHeader(
"Runtime/Export/TouchScreenKeyboard/TouchScreenKeyboard.bindings.h")]
18 [
FreeFunction(
"TouchScreenKeyboard_Destroy", IsThreadSafe =
true)]
48 [
FreeFunction(
"TouchScreenKeyboard_InternalConstructorHelper")]
104 [
FreeFunction(
"TouchScreenKeyboard_IsInplaceEditingAllowed")]
121 [NativeName(
"GetText")]
126 [NativeName(
"SetText")]
137 [NativeName(
"SetInputHidden")]
149 [NativeName(
"IsActive")]
154 [NativeName(
"SetActive")]
165 [NativeName(
"GetKeyboardStatus")]
176 [NativeName(
"SetCharacterLimit")]
187 [NativeName(
"CanGetSelection")]
198 [NativeName(
"CanSetSelection")]
class f__AnonymousType0<< Count > j__TPar
static uint ToUInt32(object value)
static IntPtr TouchScreenKeyboard_InternalConstructorHelper(TouchScreenKeyboard_InternalConstructorHelperArguments arguments, string text, string textPlaceholder)
static bool< disableInPlaceEditing > k__BackingField
static void GetSelection([Out] int start, [Out] int length)
TouchScreenKeyboard.Status status
TouchScreenKeyboard(string text, TouchScreenKeyboardType keyboardType, bool autocorrection, bool multiline, bool secure, bool alert, string textPlaceholder, int characterLimit)
static TouchScreenKeyboard Open(string text, [DefaultValue("TouchScreenKeyboardType.Default")] TouchScreenKeyboardType keyboardType, [DefaultValue("true")] bool autocorrection, [DefaultValue("false")] bool multiline, [DefaultValue("false")] bool secure, [DefaultValue("false")] bool alert, [DefaultValue("\"\"")] string textPlaceholder, [DefaultValue("0")] int characterLimit)
static bool IsInPlaceEditingAllowed()
static bool disableInPlaceEditing
static bool isInPlaceEditingAllowed
static void Internal_Destroy(IntPtr ptr)
static void SetSelection(int start, int length)