We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在CATextField和CATextView的attachWithIME()函数中没有对KEY_BOARD_RETURN_ENTER处理
The text was updated successfully, but these errors were encountered:
你想要怎么处理?
Sorry, something went wrong.
也就是说调用setKeyboardReturnType(KEY_BOARD_RETURN_ENTER); 键盘界面不会变成回车键,而是显示“完成”键
要在CATextField和CATextView的attachWithIME()函数中加入如下代码
else if (getKeyboardReturnType() == KEY_BOARD_RETURN_ENTER) { pGlView->setIMEKeyboardReturnEnter(); }
No branches or pull requests
在CATextField和CATextView的attachWithIME()函数中没有对KEY_BOARD_RETURN_ENTER处理
The text was updated successfully, but these errors were encountered: