add handling for TYPE_TEXT_FLAG_CAP_WORDS

This commit is contained in:
tibbi
2022-01-16 20:36:20 +01:00
parent 6df2672a28
commit ef8cd2c9ed
2 changed files with 9 additions and 4 deletions

View File

@ -116,6 +116,7 @@ class MyKeyboard {
const val KEYCODE_ENTER = -4
const val KEYCODE_DELETE = -5
const val KEYCODE_ALT = -6
const val KEYCODE_SPACE = 32
// Variables for pre-computing nearest keys.
private const val GRID_WIDTH = 10