Button on joystick = move forward

Hi

I've got a joystick set up so I can use the joystick to look around, how do i get a joystick button to move the FPC forward??

Use `Input.GetButton()`, and set up the button in the input manager.