|
Re: Deadzone(ish) Problem
If you want to tone down the responsiveness, try creating a function to map joystick values to something else. An easy one is simply squaring the joystick value, i.e. x^2 or x*x.
If you want to just limit the range, use "In Range and Coerce" like Greg suggested.
|