fun keyUp(): Unit
Releases all keys.
fun keyUp(code: Int): Unit
Releases key with the given code.
code - Key to release.
code
fun keyUp(keys: String): Unit
Releases keys specified in a string
keys - Keys to release.
keys