🌈 Create new beautiful Compose Gradients with our new wesite ->
Function

pressKey

Holds down the given key for the given pressDurationMillis by sending a key down event, advancing the event time and sending a key up event.

pressKey

Source set: Common
public fun KeyInjectionScope.pressKey(
    key: Key,
    pressDurationMillis: Long = DefaultKeyPressDurationMillis,
)

Holds down the given key for the given pressDurationMillis by sending a key down event, advancing the event time and sending a key up event.

If the given key is already down, an IllegalStateException will be thrown.

Parameters

key The key to be pressed down.
pressDurationMillis Duration of press in milliseconds.