mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-24 22:25:23 -04:00
新增获取输入法列表和显示选择输入法对话框功能
Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
@@ -66,6 +66,8 @@ namespace MiscServices {
|
||||
void OnSelectionChange(std::u16string text, int start, int end);
|
||||
void OnConfigurationChange(Configuration info);
|
||||
bool dispatchKeyEvent(std::shared_ptr<MMI::KeyEvent> keyEvent);
|
||||
void DisplayOptionalInputMethod();
|
||||
std::vector<InputMethodProperty*> ListInputMethod();
|
||||
private:
|
||||
InputMethodController();
|
||||
~InputMethodController();
|
||||
|
||||
Reference in New Issue
Block a user