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

consumePositionChange

Consume position change if there is any

consumePositionChange

Source set: Common
@Deprecated(
    "Partial consumption has been deprecated. Use consume() instead.",
    replaceWith = ReplaceWith("if (positionChange() != Offset.Zero) consume()"),
)
public fun PointerInputChange.consumePositionChange()

Consume position change if there is any