Searched defs:InputMethod_TextConfig (Results 1 – 4 of 4) sorted by relevance
37 struct InputMethod_TextConfig { struct38 InputMethod_TextInputType inputType;39 InputMethod_EnterKeyType enterKeyType;40 bool previewTextSupported;41 InputMethod_CursorInfo cursorInfo;42 InputMethod_TextAvoidInfo avoidInfo;43 int32_t selectionStart;44 int32_t selectionEnd;45 int32_t windowId;
53 typedef struct InputMethod_TextConfig InputMethod_TextConfig; typedef
311 ### InputMethod_TextConfig subsection