我代码中这样写到:
IWIDGET_SetInputMode(pMe->m_pTextWidget, AEE_TLANG_CHINESE|AEE_TMODE_PINYIN);
我还在API reference上看到:
This function is used to set the input mode of the associated text controller.
Prototypes
int IWIDGET_SetInputMode(IWidget *po, int nMode)
Parameters
po: Pointer to the text controller object.
nMode: Specifies the input mode.
Return Value
SUCCESS - If BREW was able to successfully set the input mode.
EFAILED - If the input mode could not be set.
我在模拟器上运行时无法打出汉字(用模拟器上的手机键盘)
请问应该怎样正确使用该函数。谢谢!