skrypton-api / com.waicool20.skrypton.sikulix.input / SKryptonKeyboard / keyDown

keyDown

@Synchronized fun keyDown(keycode: Int): Unit

Presses a specific key.

Parameters

keycode - The key to press.

@Synchronized fun keyDown(keys: String): Unit

Presses the keys specified by the string.

Parameters

keys - Keys to be pressed.