Function

changedToUpIgnoreConsumed

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

changedToUpIgnoreConsumed

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

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

Last updated: