Compose Unstyled 2.0 is out! Check the official announcement blog ->
Function

changedToDownIgnoreConsumed

True if this PointerInputChange represents a pointer coming in contact with the screen, whether or not that change has been consumed.

changedToDownIgnoreConsumed

Source set: Common
fun PointerInputChange.changedToDownIgnoreConsumed() = !previousPressed && pressed

True if this PointerInputChange represents a pointer coming in contact with the screen, whether or not that change has been consumed.

Last updated: