positionChangeConsumed
Source set: Common
@Deprecated(
"Partial consumption has been deprecated. Use isConsumed instead",
replaceWith = ReplaceWith("isConsumed"),
)
public fun PointerInputChange.positionChangeConsumed(): Boolean
True if this PointerInputChange's movement has been consumed.