Searched defs:InputMethod_TextEditorProxy (Results 1 – 2 of 2) sorted by relevance
53 struct InputMethod_TextEditorProxy { struct54 OH_TextEditorProxy_GetTextConfigFunc getTextConfigFunc;55 OH_TextEditorProxy_InsertTextFunc insertTextFunc;56 OH_TextEditorProxy_DeleteForwardFunc deleteForwardFunc;57 OH_TextEditorProxy_DeleteBackwardFunc deleteBackwardFunc;58 OH_TextEditorProxy_SendKeyboardStatusFunc sendKeyboardStatusFunc;59 OH_TextEditorProxy_SendEnterKeyFunc sendEnterKeyFunc;60 OH_TextEditorProxy_MoveCursorFunc moveCursorFunc;61 OH_TextEditorProxy_HandleSetSelectionFunc handleSetSelectionFunc;62 OH_TextEditorProxy_HandleExtendActionFunc handleExtendActionFunc;[all …]
53 typedef struct InputMethod_TextEditorProxy InputMethod_TextEditorProxy; typedef