New UI ScrollRect Sensitivity for mouse wheel and for trackpad.

Hi,

I am developing an interactive media application with vertical ScrollRect and I am building for WebGL.
With default Scroll sensitivity set to 1 it scrolls well on Trackpads, but is very slow to use with regular mouse wheel.
If I set Scroll Sensitivity to 27 it is very good for regular mouse wheels, but way too fast for trackpads.

What is the best solution for my problem?

@bkachmar
A very late reply, but maybe this is useful for others.
We found that on a mac (mac mini, macbook pro) that the sensitivity of 1 is just fine for both trackpad and mousewheel. But on Windows, it’s way to slow for the mouse wheel. It just crawls.

We are using 1 for mac and 25 for Windows (checking the platform and setting withing code).