Make private for now
This commit is contained in:
parent
add9d0d020
commit
bf7adcbb3a
@ -7,12 +7,13 @@ import net.mezimmah.wkt9.keypad.KeyEventResult
|
||||
import net.mezimmah.wkt9.keypad.KeyLayout
|
||||
|
||||
open class BaseInputMode: InputMode {
|
||||
private var packageName: String? = null
|
||||
|
||||
protected val tag = "WKT9"
|
||||
|
||||
protected var newKey = true
|
||||
protected var keyIndex = 0
|
||||
protected var lastKey: Key? = null
|
||||
protected var packageName: String? = null
|
||||
|
||||
protected open val keyCommandResolver: KeyCommandResolver = KeyCommandResolver.getBasic()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user