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

consumeDownChange

Consume the up or down change of this PointerInputChange if there is an up or down change to consume.

consumeDownChange

Source set: Common
@Deprecated(
    "Partial consumption has been deprecated. Use consume() instead.",
    replaceWith = ReplaceWith("if (pressed != previousPressed) consume()"),
)
public fun PointerInputChange.consumeDownChange()

Consume the up or down change of this PointerInputChange if there is an up or down change to consume.

Content updated: