awtk/docs/manual/input_method_null_t.md

33 lines
813 B
Markdown
Raw Normal View History

2019-01-02 15:29:25 +08:00
## input\_method\_null\_t
### 概述
![image](images/input_method_null_t_0.png)
2019-12-14 13:25:56 +08:00
空输入法实现。
在不需要输入法的嵌入式平台使用空的输入法。
2019-01-15 14:34:05 +08:00
----------------------------------
2019-01-02 15:29:25 +08:00
### 函数
<p id="input_method_null_t_methods">
| 函数名称 | 说明 |
| -------- | ------------ |
2019-11-15 11:33:43 +08:00
| <a href="#input_method_null_t_input_method_null_create">input\_method\_null\_create</a> | 创建空输入法对象。 |
2019-01-02 15:29:25 +08:00
#### input\_method\_null\_create 函数
-----------------------
* 函数功能:
2019-11-15 11:33:43 +08:00
> <p id="input_method_null_t_input_method_null_create">创建空输入法对象。
2019-10-16 09:02:32 +08:00
2019-01-02 15:29:25 +08:00
* 函数原型:
```
input_method_t* input_method_null_create ();
```
* 参数说明:
| 参数 | 类型 | 说明 |
| -------- | ----- | --------- |
| 返回值 | input\_method\_t* | 返回输入法对象。 |