highlight the currently selected character after long pressing a key

This commit is contained in:
tibbi
2022-01-14 23:30:07 +01:00
parent 916a64774c
commit e999e4900b
2 changed files with 31 additions and 8 deletions

View File

@ -322,11 +322,6 @@ class MyKeyboard {
edgeFlags = parent.rowEdgeFlags
}
/** Informs the key that it has been pressed, in case it needs to change its appearance or state. */
fun onPressed() {
pressed = !pressed
}
fun parseCSV(value: String): ArrayList<Int> {
var count = 0
var lastIndex = 0