KeyEvents

object KeyEvents

Functions

Link copied to clipboard
fun back(times: Int = 1, delay: Long = DEFAULT_KEY_PRESS_DELAY)
Link copied to clipboard
fun click(times: Int = 1, delay: Long = DEFAULT_KEY_PRESS_DELAY)
Link copied to clipboard
Link copied to clipboard
fun pressDown(times: Int = 1, delay: Long = DEFAULT_KEY_PRESS_DELAY)
Link copied to clipboard
fun pressKey(key: Int, times: Int = 1, delay: Long = DEFAULT_KEY_PRESS_DELAY)
Link copied to clipboard
fun pressLeft(times: Int = 1, delay: Long = DEFAULT_KEY_PRESS_DELAY)
Link copied to clipboard
fun pressRight(times: Int = 1, delay: Long = DEFAULT_KEY_PRESS_DELAY)
Link copied to clipboard
fun pressUp(times: Int = 1, delay: Long = DEFAULT_KEY_PRESS_DELAY)