对物理按键进行适配

Signed-off-by: zhouyongfei <zhouyongfei@huawei.com>
This commit is contained in:
zhouyongfei
2022-01-25 21:20:13 +08:00
parent a0466e169a
commit e7f132f795
2 changed files with 13 additions and 0 deletions
@@ -91,6 +91,7 @@ namespace MiscServices {
int mSelectOldEnd = 0;
int mSelectNewBegin = 0;
int mSelectNewEnd = 0;
int mSpecialKeyPress = 0;
static std::mutex instanceLock_;
static sptr<InputMethodController> instance_;