Francis Mariano
04/12/2023, 11:34 AMPointerInputChange.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 ??