diff options
author | 2011-10-05 18:11:42 +0900 | |
---|---|---|
committer | 2011-10-05 18:11:42 +0900 | |
commit | afb907650338e66dbdccaf891e13d334b73bcc7f (patch) | |
tree | 447ab7ac06ebec0b74b1cf51b3bcab5707ec5266 | |
parent | e4ba822cc6959490868fd8868ffad1c4e9b23992 (diff) | |
download | latinime-afb907650338e66dbdccaf891e13d334b73bcc7f.tar.gz latinime-afb907650338e66dbdccaf891e13d334b73bcc7f.tar.xz latinime-afb907650338e66dbdccaf891e13d334b73bcc7f.zip |
Enable score calibration by touch coordinates
Result of diff.sh:
+1 3
-1 3
+2 0
-2 0
+3 0
-3 0
+4 1
-4 3
+5 3
-5 2
+6 3
-6 1
+7 1
-7 2
Change-Id: I41b803df23ac03e1fc81043df4e1e6a63c0afbb1
-rw-r--r-- | native/src/defines.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/defines.h b/native/src/defines.h index 19415725f..042ab3b5e 100644 --- a/native/src/defines.h +++ b/native/src/defines.h @@ -166,7 +166,7 @@ static void dumpWord(const unsigned short* word, const int length) { #define KEYCODE_SPACE ' ' -#define CALIBRATE_SCORE_BY_TOUCH_COORDINATES false +#define CALIBRATE_SCORE_BY_TOUCH_COORDINATES true #define SUGGEST_WORDS_WITH_MISSING_CHARACTER true #define SUGGEST_WORDS_WITH_MISSING_SPACE_CHARACTER true |