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