abstract fun keyDown(keycode: Int): Unit
Presses a specific key.
keycode - The key to press.
keycode
abstract fun keyDown(keys: String): Unit
Presses the keys specified by the string.
keys - Keys to be pressed.
keys