diff options
author | 2011-10-05 06:37:34 -0700 | |
---|---|---|
committer | 2011-10-05 06:37:34 -0700 | |
commit | 5e458b8e74bbc789b80b4fc567f426cfa5c63426 (patch) | |
tree | 4b8de4b71acbda214a89afe5e7f12dc6354e8f00 /native/src/correction.h | |
parent | 30d24d8d40cef27240152dfbdea801b2a28552d8 (diff) | |
parent | e4ba822cc6959490868fd8868ffad1c4e9b23992 (diff) | |
download | latinime-5e458b8e74bbc789b80b4fc567f426cfa5c63426.tar.gz latinime-5e458b8e74bbc789b80b4fc567f426cfa5c63426.tar.xz latinime-5e458b8e74bbc789b80b4fc567f426cfa5c63426.zip |
am e4ba822c: Promote touches in hit box according to the distance from sweet spot
* commit 'e4ba822cc6959490868fd8868ffad1c4e9b23992':
Promote touches in hit box according to the distance from sweet spot
Diffstat (limited to 'native/src/correction.h')
-rw-r--r-- | native/src/correction.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/native/src/correction.h b/native/src/correction.h index a630646c1..522c65f48 100644 --- a/native/src/correction.h +++ b/native/src/correction.h @@ -127,9 +127,8 @@ private: int mOutputIndex; int mInputIndex; - int mEquivalentCharStrongCount; - int mEquivalentCharNormalCount; - int mEquivalentCharWeakCount; + int mEquivalentCharCount; + int mSumOfDistance; int mProximityCount; int mExcessiveCount; int mTransposedCount; |