awtk/docs/manual/input_method_sdl_t.md

62 lines
1.4 KiB
Markdown
Raw Normal View History

2019-01-02 15:29:25 +08:00
## input\_method\_sdl\_t
### 概述
![image](images/input_method_sdl_t_0.png)
2019-09-30 17:11:53 +08:00
SDL输入法实现。
SDL输入法使用平台自身的输入法引擎一般在桌面Linux、MacOS、Windows、Android和iOS上使用。
2019-08-24 10:35:53 +08:00
2019-01-15 14:34:05 +08:00
----------------------------------
2019-01-02 15:29:25 +08:00
### 函数
<p id="input_method_sdl_t_methods">
| 函数名称 | 说明 |
| -------- | ------------ |
2019-07-04 10:05:59 +08:00
| <a href="#input_method_sdl_t_children_layouter_register_builtins">children\_layouter\_register\_builtins</a> | 注册内置的子控件布局算法。 |
2019-01-02 15:29:25 +08:00
| <a href="#input_method_sdl_t_input_method_sdl_create">input\_method\_sdl\_create</a> | |
2019-07-04 10:05:59 +08:00
#### children\_layouter\_register\_builtins 函数
-----------------------
* 函数功能:
2019-09-30 17:11:53 +08:00
> <p id="input_method_sdl_t_children_layouter_register_builtins"> 注册内置的子控件布局算法。
2019-07-04 10:05:59 +08:00
2019-08-24 10:35:53 +08:00
2019-07-04 10:05:59 +08:00
* 函数原型:
```
ret_t children_layouter_register_builtins ();
```
* 参数说明:
| 参数 | 类型 | 说明 |
| -------- | ----- | --------- |
| 返回值 | ret\_t | 返回RET\_OK表示成功否则表示失败。 |
2019-01-02 15:29:25 +08:00
#### input\_method\_sdl\_create 函数
-----------------------
* 函数功能:
2019-09-30 17:11:53 +08:00
> <p id="input_method_sdl_t_input_method_sdl_create">
创建SDL输入法对象。
2019-01-02 15:29:25 +08:00
2019-08-24 10:35:53 +08:00
2019-01-02 15:29:25 +08:00
* 函数原型:
```
input_method_t* input_method_sdl_create ();
```
* 参数说明:
| 参数 | 类型 | 说明 |
| -------- | ----- | --------- |
| 返回值 | input\_method\_t* | 返回输入法对象。 |