changedToDown
True if this [PointerInputChange] represents a pointer coming in contact with the screen and that
changedToDown
Function
Common
fun PointerInputChange.changedToDown() = !isConsumed && !previousPressed && pressed
True if this PointerInputChange represents a pointer coming in contact with the screen and that
change has not been consumed.
