Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 802 Bytes

input_engine_pinyin_t.md

File metadata and controls

32 lines (23 loc) · 802 Bytes

input_engine_pinyin_t

概述

image

拼音输入法引擎实现。

基于谷歌拼音输入法实现。

函数

函数名称 说明
input_engine_create 创建拼音输入法引擎对象。

input_engine_create 函数


  • 函数功能:

创建拼音输入法引擎对象。

  • 函数原型:
input_engine_t* input_engine_create ();
  • 参数说明:
参数 类型 说明
返回值 input_engine_t* 返回输入法引擎对象。