Hello everyone. `PointerInputChange.consumePositionChange()` is deprecated and the hint to replace...
f
Hello everyone.
PointerInputChange.consumePositionChange()
is deprecated and the hint to replace is
replaceWith = ReplaceWith("if (positionChange() != Offset.Zero) consume()")
but the old code is the same of the hint. Why was that function deprecated ??