abstract fun keyUp(): Unit
Releases all keys
abstract fun keyUp(keycode: Int): Unit
Releases a specific key.
keycode - The key to release.
keycode
abstract fun keyUp(keys: String): Unit
Releases the keys specified by the string.
keys - Keys to be released.
keys