Sure, no prob. I actually posted this earlier in the thread. I've attached it again. Is that what you meant I needed to screengrab?
I think I had them pinpointed in the script to this: [AxisStateProperty]
public AxisState m_YAxis = new AxisState(0, 1, false, true, 2f, 0.2f, 0.1f, "Mouse Y", false);.
I need to GET the property at the left side of this screen grab, remap the float into a useable range, and SET it onto the right side, and vice versa.