mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-04 13:07:40 +08:00
39 lines
688 B
Markdown
39 lines
688 B
Markdown
|
## input\_method\_sdl\_t
|
||
|
### 概述
|
||
|
![image](images/input_method_sdl_t_0.png)
|
||
|
|
||
|
|
||
|
SDL输入法实现。
|
||
|
|
||
|
|
||
|
|
||
|
### 函数
|
||
|
<p id="input_method_sdl_t_methods">
|
||
|
|
||
|
| 函数名称 | 说明 |
|
||
|
| -------- | ------------ |
|
||
|
| <a href="#input_method_sdl_t_input_method_sdl_create">input\_method\_sdl\_create</a> | |
|
||
|
#### input\_method\_sdl\_create 函数
|
||
|
-----------------------
|
||
|
|
||
|
* 函数功能:
|
||
|
|
||
|
> <p id="input_method_sdl_t_input_method_sdl_create">
|
||
|
创建SDL输入法对象。
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
* 函数原型:
|
||
|
|
||
|
```
|
||
|
input_method_t* input_method_sdl_create ();
|
||
|
```
|
||
|
|
||
|
* 参数说明:
|
||
|
|
||
|
| 参数 | 类型 | 说明 |
|
||
|
| -------- | ----- | --------- |
|
||
|
| 返回值 | input\_method\_t* | 返回输入法对象。 |
|