mirror of
https://github.com/SimpleMobileTools/Simple-Keyboard.git
synced 2025-06-05 21:49:26 +02:00
highlight the currently selected character after long pressing a key
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user