• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# InputMethod
2<!--Kit: IME Kit-->
3<!--Subsystem: MiscServices-->
4<!--Owner: @illybyy-->
5<!--Designer: @andeszhang-->
6<!--Tester: @murphy1984-->
7<!--Adviser: @zhang_yixin13-->
8
9## 概述
10
11InputMethod模块提供方法来使用输入法和开发输入法。
12
13**起始版本:** 12
14## 文件汇总
15
16| 名称 | 描述 |
17| -- | -- |
18| [inputmethod_attach_options_capi.h](capi-inputmethod-attach-options-capi-h.md) | 提供输入法绑定选项对象的创建、销毁与读写方法。 |
19| [inputmethod_controller_capi.h](capi-inputmethod-controller-capi-h.md) | 提供绑定、解绑输入法的方法。 |
20| [inputmethod_cursor_info_capi.h](capi-inputmethod-cursor-info-capi-h.md) | 提供光标信息对象的创建、销毁与读写方法。 |
21| [inputmethod_inputmethod_proxy_capi.h](capi-inputmethod-inputmethod-proxy-capi-h.md) | 提供使用输入法的方法,可以向输入法应用发送请求和通知。 |
22| [inputmethod_private_command_capi.h](capi-inputmethod-private-command-capi-h.md) | 提供私有数据对象的创建、销毁与读写方法。 |
23| [inputmethod_text_avoid_info_capi.h](capi-inputmethod-text-avoid-info-capi-h.md) | 提供输入框避让信息对象的创建、销毁与读写方法。 |
24| [inputmethod_text_config_capi.h](capi-inputmethod-text-config-capi-h.md) | 提供输入框配置信息对象的创建、销毁与读写方法。 |
25| [inputmethod_text_editor_proxy_capi.h](capi-inputmethod-text-editor-proxy-capi-h.md) | 提供一套方法支持应用开发的自绘输入框获取来自输入法应用的通知和请求。 |
26| [inputmethod_types_capi.h](capi-inputmethod-types-capi-h.md) | 提供了输入法相关的类型定义。 |
27