Searched defs:InputMethod_TextConfig (Results 1 – 2 of 2) sorted by relevance
47 struct InputMethod_TextConfig { struct48 InputMethod_TextInputType inputType;49 InputMethod_EnterKeyType enterKeyType;50 bool previewTextSupported;51 InputMethod_CursorInfo cursorInfo;52 InputMethod_TextAvoidInfo avoidInfo;53 int32_t selectionStart;54 int32_t selectionEnd;55 int32_t windowId;56 char16_t placeholder[MAX_PLACEHOLDER_INPUT_SIZE];[all …]
54 typedef struct InputMethod_TextConfig InputMethod_TextConfig; typedef