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

positionChangeConsumed

True if this PointerInputChange's movement has been consumed.

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.

Content updated: