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