Open ninest opened 4 years ago
Sensitivity is the multiplier value for card scrolling.
Something like this:
_childAlign = Alignment( _childAlign.x + SENSITIVITY * details.delta.dx / screenWidth, _childAlign.y + SENSITIVITY * details.delta.dy / screenHeight, );
Sensitivity is the multiplier value for card scrolling.
Something like this: