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

keyUp

@Synchronized fun keyUp(): Unit

Releases all keys

@Synchronized fun keyUp(keycode: Int): Unit

Releases a specific key.

Parameters

keycode - The key to release.

@Synchronized fun keyUp(keys: String): Unit

Releases the keys specified by the string.

Parameters

keys - Keys to be released.