skrypton-api / com.waicool20.skrypton.sikulix / ISikuliRegion / keyUp

keyUp

abstract fun keyUp(): Unit

Releases all keys

abstract fun keyUp(keycode: Int): Unit

Releases a specific key.

Parameters

keycode - The key to release.

abstract fun keyUp(keys: String): Unit

Releases the keys specified by the string.

Parameters

keys - Keys to be released.