mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-05 05:27:58 +08:00
33 lines
813 B
Markdown
33 lines
813 B
Markdown
## input\_method\_null\_t
|
|
### 概述
|
|
![image](images/input_method_null_t_0.png)
|
|
|
|
空输入法实现。
|
|
|
|
在不需要输入法的嵌入式平台使用空的输入法。
|
|
----------------------------------
|
|
### 函数
|
|
<p id="input_method_null_t_methods">
|
|
|
|
| 函数名称 | 说明 |
|
|
| -------- | ------------ |
|
|
| <a href="#input_method_null_t_input_method_null_create">input\_method\_null\_create</a> | 创建空输入法对象。 |
|
|
#### input\_method\_null\_create 函数
|
|
-----------------------
|
|
|
|
* 函数功能:
|
|
|
|
> <p id="input_method_null_t_input_method_null_create">创建空输入法对象。
|
|
|
|
* 函数原型:
|
|
|
|
```
|
|
input_method_t* input_method_null_create ();
|
|
```
|
|
|
|
* 参数说明:
|
|
|
|
| 参数 | 类型 | 说明 |
|
|
| -------- | ----- | --------- |
|
|
| 返回值 | input\_method\_t* | 返回输入法对象。 |
|