I'm making a flight simulator world and I would like to use Yoke and Throttle devices to control aircraft.
I use
Joy{x} Axis{x}
and
Input.GetAxisRaw()
to get axis input from devices.
But currently VRChat force all Joystick devices dead zone to default
0.19
. Make it impossible to use throttle in VRChat world.
(Half the axis will be force zero)
It will be great if there is an API to disable or override dead zone, or just disabled Axis (Joy{x} Axis{x}) dead zone in InputManager.