advanceEventTime
Source set: Common
@Deprecated(
message = "Replaced by TouchInjectionScope. Use `performTouchInput` instead of `performGesture`"
)
public fun GestureScope.advanceEventTime(durationMillis: Long): Unit
Adds the given durationMillis to the current event time, delaying the next event by that time. Only valid when a gesture has already been started, or when a finished gesture is resumed.