diff options
author | 2011-10-05 06:37:39 -0700 | |
---|---|---|
committer | 2011-10-05 06:37:39 -0700 | |
commit | 5a55e7f34959453afac0c3a791ed3bc9b14dccf6 (patch) | |
tree | 447ab7ac06ebec0b74b1cf51b3bcab5707ec5266 | |
parent | 5e458b8e74bbc789b80b4fc567f426cfa5c63426 (diff) | |
parent | afb907650338e66dbdccaf891e13d334b73bcc7f (diff) | |
download | latinime-5a55e7f34959453afac0c3a791ed3bc9b14dccf6.tar.gz latinime-5a55e7f34959453afac0c3a791ed3bc9b14dccf6.tar.xz latinime-5a55e7f34959453afac0c3a791ed3bc9b14dccf6.zip |
am afb90765: Enable score calibration by touch coordinates
* commit 'afb907650338e66dbdccaf891e13d334b73bcc7f':
Enable score calibration by touch coordinates
-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 |