Map iOS joystick to the input manager?

Is there a way to map the output of the onscreen joystick to one of the axis in the the Unity input manager. For example the keyboard arrow keys are mapped to the “horizontal” and “vertical” axis. Is it possible to map the joystick output to “horizontal” and “vertical”.

Thanks in advance.

The input manager isn’t scriptable at all.

The default input manager isnt scriptable indeed - but cinput is a alternative inputmanager that fills up that gab.
Check it out here: